summaryrefslogtreecommitdiffstats
path: root/sigscript/MapWildListWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/MapWildListWrapper.cpp')
-rw-r--r--sigscript/MapWildListWrapper.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/sigscript/MapWildListWrapper.cpp b/sigscript/MapWildListWrapper.cpp
index d49c8f2c..bb7505f6 100644
--- a/sigscript/MapWildListWrapper.cpp
+++ b/sigscript/MapWildListWrapper.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -22,6 +22,9 @@
#include "MapWrapper.h"
#include "MapWildListEncounterWrapper.h"
+// Sigmod includes
+#include <sigmod/MapWildList.h>
+
Sigscript::MapWildListWrapper* Sigscript::MapWildListWrapper::create(const Sigmod::MapWildList* wildList, MapWrapper* parent)
{
Signature sig = Signature(parent, Subsignature(wildList->className(), wildList->id()));