From 96f796df64c4c94d067386e1abe44a5ab98ab71a Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 23 Feb 2009 17:47:46 -0500 Subject: Fixed sigscript includes (forward declare where possible) --- sigscript/MapTileWrapper.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sigscript/MapTileWrapper.cpp') diff --git a/sigscript/MapTileWrapper.cpp b/sigscript/MapTileWrapper.cpp index 2faef412..0e7959e7 100644 --- a/sigscript/MapTileWrapper.cpp +++ b/sigscript/MapTileWrapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-2009 Ben Boeckel * * 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 "SigmodWrapper.h" +// Sigmod includes +#include + Sigscript::MapTileWrapper* Sigscript::MapTileWrapper::create(const Sigmod::MapTile* tile, MapWrapper* parent) { Signature sig = Signature(parent, Subsignature(tile->className(), tile->id())); -- cgit