summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-02-05 11:20:25 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-02-05 11:20:25 +0100
commitae07ef4cf606147c77b6ba472956e2793e251ba6 (patch)
treee09077fe8f2264446992494a5851e869cac0e66b /phpcpp.h
parent877c2529e86686cc2005e7a523d061c955a4f468 (diff)
for 32bit systems there was a compile issue, hopefully this commit solves that (issue 167)
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 0b0beb0..16c1690 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -28,6 +28,7 @@
* Include all headers files that are related to this library
*/
#include <phpcpp/noexcept.h>
+#include <phpcpp/platform.h>
#include <phpcpp/version.h>
#include <phpcpp/inivalue.h>
#include <phpcpp/ini.h>