From 732f795be4cd1ff6b888f4071d877245e36897a3 Mon Sep 17 00:00:00 2001 From: Rolzad73 Date: Fri, 3 Feb 2017 21:05:14 -0500 Subject: [PATCH] - fixing last commit broke no QT builds --- projects/mtg/src/TestSuiteAI.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/mtg/src/TestSuiteAI.cpp b/projects/mtg/src/TestSuiteAI.cpp index e19e184d7..6e8a430ee 100644 --- a/projects/mtg/src/TestSuiteAI.cpp +++ b/projects/mtg/src/TestSuiteAI.cpp @@ -8,7 +8,9 @@ #include "Rules.h" #include "GameObserver.h" #include "GameStateShop.h" +#ifdef QT_CONFIG #include +#endif using std::string;