summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorJasperVanEck <jaspergkurtz@gmail.com>2013-11-29 10:53:22 +0100
committerJasperVanEck <jaspergkurtz@gmail.com>2013-11-29 10:53:22 +0100
commitdf717775f6e484cd8901e01d5a355f1683fbeb64 (patch)
tree80efdd5c54fd79812c285019482956997bcb4379 /phpcpp.h
parentf22a2c5f26eba8f4e907e8919c56b67038c95354 (diff)
Partial Exception implementation added, inherits from std::exception
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpcpp.h b/phpcpp.h
index 170613f..37ccb4b 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -17,6 +17,7 @@
#include <map>
#include <memory>
#include <set>
+#include <exception>
/**
* Include all headers files that are related to this library