diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index fef03eb8..36afdd4b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,6 +31,10 @@ #include "ui/MainWindow.h" #include "ui/thread/CtxCheckThread.h" +#if !defined(RELEASE) && defined(WINDOWS) +#include "ui/settings/GlobalSettingStation.h" +#endif + // Easy Logging Cpp INITIALIZE_EASYLOGGINGPP |