summaryrefslogtreecommitdiffstats
path: root/pokemod/Move.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Move.cpp')
-rw-r--r--pokemod/Move.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/pokemod/Move.cpp b/pokemod/Move.cpp
index b29ca946..de1e4958 100644
--- a/pokemod/Move.cpp
+++ b/pokemod/Move.cpp
@@ -20,6 +20,13 @@
// with this program. If not, see <http://www.gnu.org/licenses/>.
/////////////////////////////////////////////////////////////////////////////
+#include <QDir>
+#include <QListIterator>
+#include <QMap>
+#include <QMapIterator>
+#include <QStringList>
+#include <QStringListIterator>
+#include "Pokemod.h"
#include "Move.h"
const char* PokeMod::Move::TargetStr[PokeMod::Move::T_End] = {"Player", "Enemy", "Both", "Random"};