summaryrefslogtreecommitdiffstats
path: root/src/Core/Exception.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-09-27 19:58:24 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-09-27 19:58:24 +0200
commitb40ba0cf91603b695f1f2380cbd39966a458f22f (patch)
tree1fec48ddc59eb1392fac38495b230e4b2cbf7528 /src/Core/Exception.h
parente1d8490f0654a3da0b900407d80d91d8d0da68c8 (diff)
downloadmad-b40ba0cf91603b695f1f2380cbd39966a458f22f.tar
mad-b40ba0cf91603b695f1f2380cbd39966a458f22f.zip
Use Unicode-aware String class instead of std::string
Diffstat (limited to 'src/Core/Exception.h')
-rw-r--r--src/Core/Exception.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Core/Exception.h b/src/Core/Exception.h
index f12b3df..8e0342d 100644
--- a/src/Core/Exception.h
+++ b/src/Core/Exception.h
@@ -22,6 +22,8 @@
#include "export.h"
+#include "String.h"
+
#include <exception>
#include <string>