summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-12-08 22:14:44 +0000
committerChris Wilson <chris+github@qwirx.com>2008-12-08 22:14:44 +0000
commit07d060c4db988e482cff6e3bfd5243716db889ac (patch)
tree17c44a47214f3210af46c02655d3a4e75d086cf4 /lib
parent6f04d8ae0483fad9b93524172db76b51424a228a (diff)
Include <string> header in all exception classes, as it's required by
exceptions that can have a message assigned in their constructors.
Diffstat (limited to 'lib')
-rw-r--r--lib/common/BoxException.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/BoxException.h b/lib/common/BoxException.h
index eb992f57..a8f5d7a6 100644
--- a/lib/common/BoxException.h
+++ b/lib/common/BoxException.h
@@ -11,6 +11,7 @@
#define BOXEXCEPTION__H
#include <exception>
+#include <string>
// --------------------------------------------------------------------------
//