Fixed compilation issue with Qt.

This commit is contained in:
xawotihs
2015-10-13 23:32:56 +02:00
parent 4a52139457
commit 3e7b9e68d5

View File

@@ -9,6 +9,10 @@
#include "GameObserver.h"
#include "GameStateShop.h"
#ifdef QT_CONFIG
#include <QThread>
#endif
using std::string;
#ifdef TESTSUITE