summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2007-03-17 00:15:49 (UTC)
committer Michael Krelin <hacker@klever.net>2007-03-17 00:15:49 (UTC)
commit29f2fd81e0f4e62c54371b90469d64ec5e47bd8a (patch) (side-by-side diff)
tree6c94ade0bd8a3ca92afead27939b586713e5e789
parent88e7e2ac30d181e30a7c4fa36d0029990136efb6 (diff)
downloadsitecing-master.zip
sitecing-master.tar.gz
sitecing-master.tar.bz2
added missing includeHEADpublic/mastermaster
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--include/sitecing/exception.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sitecing/exception.h b/include/sitecing/exception.h
index 857a8e6..ccc7edd 100644
--- a/include/sitecing/exception.h
+++ b/include/sitecing/exception.h
@@ -3,2 +3,4 @@
+#include <string>
+
/**
@@ -12,2 +14,3 @@
namespace sitecing {
+ using std::string;