diff --git a/GekkoLib/CMakeLists.txt b/GekkoLib/CMakeLists.txt index 7ced0e8..3079c01 100644 --- a/GekkoLib/CMakeLists.txt +++ b/GekkoLib/CMakeLists.txt @@ -19,6 +19,7 @@ include_directories(${PROJECT_SOURCE_DIR}/include) # Include directories for third-party header-only libraries include_directories(${PROJECT_SOURCE_DIR}/thirdparty) +include_directories(${PROJECT_SOURCE_DIR}/thirdparty/asio) # Manually list all your source files set(SRC_FILES diff --git a/GekkoLib/src/sync.cpp b/GekkoLib/src/sync.cpp index a5ffde8..d8f132e 100644 --- a/GekkoLib/src/sync.cpp +++ b/GekkoLib/src/sync.cpp @@ -1,6 +1,8 @@ #include "sync.h" #include +#include +#include Gekko::SyncSystem::SyncSystem() {