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

+ 1 - 0
httpserver/httpserver-private.h

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

+ 1 - 0
processor/processor-private.h

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

+ 1 - 0
utils/BinaryResponseData.cpp

@@ -4,6 +4,7 @@
 
 #include "BinaryResponseData.h"
 #include "../webuiconf.h"
+#include <string.h>
 
 namespace xc {
     namespace utils {

+ 1 - 0
utils/utils-private.h

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