From 81057d06ce087db102738c7d6c3f7f039a96c66e Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Sat, 23 Mar 2024 09:05:29 +0800 Subject: [PATCH] fix miss arrary header --- src/strings/base64.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/strings/base64.cc b/src/strings/base64.cc index 9058ace..e13d84f 100644 --- a/src/strings/base64.cc +++ b/src/strings/base64.cc @@ -1,6 +1,7 @@ #include "sled/strings/base64.h" #include "sled/log/log.h" #include "sled/synchronization/call_once.h" +#include #include #include