Quellcode durchsuchen

Fix linux build

xcbosa-itx vor 2 Jahren
Ursprung
Commit
72a5c39fd7
3 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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;