summaryrefslogtreecommitdiffstats
path: root/sigscript/WeatherWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/WeatherWrapper.h')
-rw-r--r--sigscript/WeatherWrapper.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/sigscript/WeatherWrapper.h b/sigscript/WeatherWrapper.h
index 40ac5b59..2fd9a571 100644
--- a/sigscript/WeatherWrapper.h
+++ b/sigscript/WeatherWrapper.h
@@ -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,8 +21,14 @@
// Sigscript includes
#include "ObjectWrapper.h"
-// Sigmod includes
-#include "../sigmod/Weather.h"
+// Sigcore includes
+#include <sigcore/Script.h>
+
+// Forward declarations
+namespace Sigmod
+{
+class Weather;
+}
namespace Sigscript
{