xcbosa-itx преди 2 години
родител
ревизия
72a5c39fd7
променени са 3 файла, в които са добавени 3 реда и са изтрити 0 реда
  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;