xcbosa-itx 2 жил өмнө
parent
commit
72a5c39fd7

+ 1 - 0
httpserver/httpserver-private.h

@@ -19,6 +19,7 @@
 #include <time.h>
 #include <functional>
 #include <assert.h>
+#include <string.h>
 #include "../webui.h"
 
 using namespace std;

+ 1 - 0
processor/processor-private.h

@@ -16,6 +16,7 @@
 #include <unistd.h>
 #include <functional>
 #include <assert.h>
+#include <string.h>
 #include "../thirdparty/configor/json.hpp"
 
 #include "../utils/utils.h"

+ 1 - 0
utils/utils-private.h

@@ -14,6 +14,7 @@
 #include <fstream>
 #include <functional>
 #include <assert.h>
+#include <string.h>
 
 using namespace std;