Parcourir la source

Fix linux build

xcbosa-itx il y a 2 ans
Parent
commit
72a5c39fd7
3 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 1 0
      httpserver/httpserver-private.h
  2. 1 0
      processor/processor-private.h
  3. 1 0
      utils/utils-private.h

+ 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;