diff options
Diffstat (limited to 'source/main.cpp')
-rw-r--r-- | source/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/main.cpp b/source/main.cpp index 0fdaf2d50..5e67531ab 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -1,7 +1,7 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules -#include "cRoot.h" +#include "Root.h" #include <exception> //std::exception #include <csignal> //std::signal |