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/SigmodWrapper.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'sigscript/SigmodWrapper.cpp') diff --git a/sigscript/SigmodWrapper.cpp b/sigscript/SigmodWrapper.cpp index 9290a728..39e51f17 100644 --- a/sigscript/SigmodWrapper.cpp +++ b/sigscript/SigmodWrapper.cpp @@ -44,6 +44,26 @@ #include "TypeWrapper.h" #include "WeatherWrapper.h" +// Sigmod includes +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + Sigscript::SigmodWrapper::SigmodWrapper(const Sigmod::Sigmod* sigmod) : ObjectWrapper(sigmod, NULL), m_sigmod(sigmod) -- cgit