summaryrefslogtreecommitdiffstats
path: root/sigscript/MapTrainerWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/MapTrainerWrapper.h')
-rw-r--r--sigscript/MapTrainerWrapper.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/sigscript/MapTrainerWrapper.h b/sigscript/MapTrainerWrapper.h
index 74a608d5..084a6eaa 100644
--- a/sigscript/MapTrainerWrapper.h
+++ b/sigscript/MapTrainerWrapper.h
@@ -21,12 +21,17 @@
// Sigscript includes
#include "ObjectWrapper.h"
-// Sigmod includes
-#include "../sigmod/MapTrainer.h"
+// Sigcore includes
+#include <sigcore/Script.h>
+
+// Forward declarations
+namespace Sigmod
+{
+class MapTrainer;
+}
namespace Sigscript
{
-// Forward declarations
class MapWrapper;
class MapTrainerTeamMemberWrapper;
class TrainerWrapper;