From cd3e2b6c052dc42839daf3264a9e44fea2832bc2 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Thu, 8 Feb 2024 21:45:58 +0100 Subject: [PATCH] fix network source build on windows --- source_modules/network_source/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source_modules/network_source/src/main.cpp b/source_modules/network_source/src/main.cpp index 6da46ed1..fac95594 100644 --- a/source_modules/network_source/src/main.cpp +++ b/source_modules/network_source/src/main.cpp @@ -1,3 +1,4 @@ +#include #include #include #include @@ -8,7 +9,6 @@ #include #include #include -#include #define CONCAT(a, b) ((std::string(a) + b).c_str()) @@ -331,4 +331,4 @@ MOD_EXPORT void _DELETE_INSTANCE_(ModuleManager::Instance* instance) { MOD_EXPORT void _END_() { config.disableAutoSave(); config.save(); -} \ No newline at end of file +}