Add missing includes to town_type.h, network_survey.h, pool_type.hpp
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
|
||||
#include <condition_variable>
|
||||
#include <mutex>
|
||||
#if defined(__MINGW32__)
|
||||
#include "../3rdparty/mingw-std-threads/mingw.condition_variable.h"
|
||||
#include "../3rdparty/mingw-std-threads/mingw.mutex.h"
|
||||
#endif
|
||||
#include "core/http.h"
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user