From 00536fa3d9f9a0225224718fd29796eae7ede98b Mon Sep 17 00:00:00 2001 From: Rolzad73 Date: Fri, 3 Feb 2017 19:42:55 -0500 Subject: [PATCH] - Qthread include fix for console QT build method and QT TESTSUITE target --- projects/mtg/src/TestSuiteAI.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/mtg/src/TestSuiteAI.cpp b/projects/mtg/src/TestSuiteAI.cpp index 508b157e9..e19e184d7 100644 --- a/projects/mtg/src/TestSuiteAI.cpp +++ b/projects/mtg/src/TestSuiteAI.cpp @@ -8,6 +8,7 @@ #include "Rules.h" #include "GameObserver.h" #include "GameStateShop.h" +#include using std::string;