summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-26 10:16:52 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-26 10:16:52 +0100
commitf0147293990f2a400912f4f8abd1b456319da0e6 (patch)
tree2481801b779330eccdd12126897f12918fac3a67 /phpcpp.h
parente363d36a55e74d12aeef28b2a4b1f3ba074495fd (diff)
fixed _NOEXCEPT macro for normal compilers, updated version number to force recompile of extensions after we introduced the constants
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 dd89a2d..0b0beb0 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -27,6 +27,7 @@
/**
* Include all headers files that are related to this library
*/
+#include <phpcpp/noexcept.h>
#include <phpcpp/version.h>
#include <phpcpp/inivalue.h>
#include <phpcpp/ini.h>