Include CNStructs in settings.cpp so the ACADEMY define gets picked up

This commit is contained in:
CakeLancelot 2021-03-20 18:53:22 -05:00
parent 124ea33959
commit 919c14be0d
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
#include "settings.hpp"
#include "INIReader.hpp"
// so we get the ACADEMY definition
#include "core/CNStructs.hpp"
// defaults :)
int settings::VERBOSITY = 1;