summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-01 10:51:37 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-01 10:51:37 +0100
commita05b25d54df9d42a8fe4632073538ba47eb710ab (patch)
tree30d8aa3bcf304800ba4c02ef8eaffb695bb10a0f /phpcpp.h
parentc8d1519f31baed0fb399dac9333e48e2f9e910ad (diff)
fixed various compile issues and namespace implementation
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 497f056..7c15f7e 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -43,6 +43,7 @@
#include <phpcpp/abstractclass.h>
#include <phpcpp/finalclass.h>
#include <phpcpp/interface.h>
+#include <phpcpp/namespace.h>
#include <phpcpp/extension.h>
#include <phpcpp/exception.h>