Skip to content

Commit

Permalink
fix network source build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma authored Feb 8, 2024
1 parent ba5380f commit cd3e2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source_modules/network_source/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <utils/net.h>
#include <utils/flog.h>
#include <module.h>
#include <gui/gui.h>
Expand All @@ -8,7 +9,6 @@
#include <gui/smgui.h>
#include <gui/widgets/stepped_slider.h>
#include <utils/optionlist.h>
#include <utils/net.h>

#define CONCAT(a, b) ((std::string(a) + b).c_str())

Expand Down Expand Up @@ -331,4 +331,4 @@ MOD_EXPORT void _DELETE_INSTANCE_(ModuleManager::Instance* instance) {
MOD_EXPORT void _END_() {
config.disableAutoSave();
config.save();
}
}

0 comments on commit cd3e2b6

Please sign in to comment.