From bde6fc41a070e5e97cc4ab2778eb8d38bbdf2a83 Mon Sep 17 00:00:00 2001 From: William JCM Date: Sun, 27 Mar 2022 22:09:56 +0200 Subject: [PATCH] Main: don't include in debug builds. --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 6545425..170fdee 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,7 +16,9 @@ #include "SaveTool/SaveTool.h" +#ifndef SAVETOOL_DEBUG_BUILD #include +#endif #include #include