diff --git a/src/main.cpp b/src/main.cpp index 3d8ea00..28595d7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,8 +14,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -#include "SaveTool/SaveTool.h" - #ifndef SAVETOOL_DEBUG_BUILD #include #endif @@ -24,6 +22,8 @@ #include #include +#include "SaveTool/SaveTool.h" + int main(int argc, char** argv) { #ifndef SAVETOOL_DEBUG_BUILD std::ofstream output{"SaveToolLog.txt", std::ios::trunc|std::ios::out};