Explorar el Código

Fix linux build

xcbosa-itx hace 2 años
padre
commit
72a5c39fd7
Se han modificado 3 ficheros con 3 adiciones y 0 borrados
  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;