From 3e7b9e68d5109718bb74c36e1e0902ec2d7fe605 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Tue, 13 Oct 2015 23:32:56 +0200 Subject: [PATCH] Fixed compilation issue with Qt. --- projects/mtg/src/TestSuiteAI.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/mtg/src/TestSuiteAI.cpp b/projects/mtg/src/TestSuiteAI.cpp index 2ac1e98cd..2ac7c5e53 100644 --- a/projects/mtg/src/TestSuiteAI.cpp +++ b/projects/mtg/src/TestSuiteAI.cpp @@ -9,6 +9,10 @@ #include "GameObserver.h" #include "GameStateShop.h" +#ifdef QT_CONFIG +#include +#endif + using std::string; #ifdef TESTSUITE