summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-15 18:31:42 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-15 18:31:42 +0100
commit3bcd6e21d1142b5ec35f99c4bdcd925bf7ae5083 (patch)
tree08903d9b7e7b2bd57fa1a01fc873d618a17b0a8f /phpcpp.h
parent38b866988761f4da01eab769dc660b06b07e97be (diff)
added empty() function, and added HardCoded class
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 f58eb8d..83ac804 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -27,6 +27,7 @@
*/
#include <phpcpp/exception.h>
#include <phpcpp/type.h>
+#include <phpcpp/hardcoded.h>
#include <phpcpp/value.h>
#include <phpcpp/array.h>
#include <phpcpp/object.h>