- fixing last commit broke no QT builds

This commit is contained in:
Rolzad73
2017-02-03 21:05:14 -05:00
parent 00536fa3d9
commit 732f795be4

View File

@@ -8,7 +8,9 @@
#include "Rules.h" #include "Rules.h"
#include "GameObserver.h" #include "GameObserver.h"
#include "GameStateShop.h" #include "GameStateShop.h"
#ifdef QT_CONFIG
#include <QThread> #include <QThread>
#endif
using std::string; using std::string;