summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-25 05:23:34 -0700
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-25 05:23:34 -0700
commit49ac629257835426c311fb7b92b23a9138a9d77b (patch)
treed7f8d6d843206ecdf29b3877a5e7faf7815f3f24 /phpcpp.h
parent9e1ecc534bace7d00a265a49018c0148a56361ae (diff)
Work in progress on implementing classes
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpcpp.h b/phpcpp.h
index b0d4f48..724e88d 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -32,6 +32,9 @@
#include <phpcpp/member.h>
#include <phpcpp/parameters.h>
#include <phpcpp/function.h>
+#include <phpcpp/base.h>
+#include <phpcpp/class.h>
+#include <phpcpp/classinfo.h>
#include <phpcpp/extension.h>
/**