summaryrefslogtreecommitdiffstats
path: root/pokemod/MapWildList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/MapWildList.cpp')
-rw-r--r--pokemod/MapWildList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/MapWildList.cpp b/pokemod/MapWildList.cpp
index 1a05b1b4..30613ede 100644
--- a/pokemod/MapWildList.cpp
+++ b/pokemod/MapWildList.cpp
@@ -24,7 +24,7 @@
#include "MapWildListEncounter.h"
// Qt includes
-#include <QSet>
+#include <QtCore/QSet>
Pokemod::MapWildList::MapWildList(const MapWildList& wildList) :
Object("MapWildList", wildList.parent(), wildList.id())