summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-01 23:50:27 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-01 23:50:27 +0100
commit20091783de937a72a86800f8025dd238afb139a1 (patch)
tree996a0439fb0b1d55a059cabe2b23df708b2201a7 /phpcpp.h
parent6abc8b4c062c7333a98830004da894ff81613d5b (diff)
grouped all class constants in a single file ClassType.h
to make it easier to edit in the event of future changes to the Zend API
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 7c15f7e..dae3709 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -38,6 +38,7 @@
#include <phpcpp/modifiers.h>
#include <phpcpp/properties.h>
#include <phpcpp/base.h>
+#include <phpcpp/classtype.h>
#include <phpcpp/classbase.h>
#include <phpcpp/class.h>
#include <phpcpp/abstractclass.h>