diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-23 17:47:46 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-23 17:47:46 -0500 |
| commit | 96f796df64c4c94d067386e1abe44a5ab98ab71a (patch) | |
| tree | fa194140f031d81b406ae4a77d56e0869e7a853b /sigscript/WeatherWrapper.cpp | |
| parent | c96216fb11f0ff1efbdc6cf7ff6b4e3d1fd2b9c6 (diff) | |
| download | sigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.tar.gz sigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.tar.xz sigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.zip | |
Fixed sigscript includes (forward declare where possible)
Diffstat (limited to 'sigscript/WeatherWrapper.cpp')
| -rw-r--r-- | sigscript/WeatherWrapper.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sigscript/WeatherWrapper.cpp b/sigscript/WeatherWrapper.cpp index 637437e8..f6c25fe4 100644 --- a/sigscript/WeatherWrapper.cpp +++ b/sigscript/WeatherWrapper.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 @@ -21,6 +21,9 @@ // Sigscript includes #include "SigmodWrapper.h" +// Sigmod includes +#include <sigmod/Weather.h> + Sigscript::WeatherWrapper* Sigscript::WeatherWrapper::create(const Sigmod::Weather* weather, SigmodWrapper* parent) { Signature sig = Signature(parent, Subsignature(weather->className(), weather->id())); |
