summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-04-08 08:53:35 +0600
committervalmat <ufabiz@gmail.com>2014-04-08 08:53:35 +0600
commit08ed8866a5bba0b23a8d5587116a968512df2568 (patch)
treef42438c1963982db43e0e232c8e9610ff912fba1 /phpcpp.h
parent7ca2d3f9e4d584d8990e4e33eb3b531a06dc2474 (diff)
Ini entries emplemented (issues #64)
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 a07d1ac..4e2ea76 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -51,6 +51,7 @@
/**
* Include all headers files that are related to this library
*/
+#include <phpcpp/ini.h>
#include <phpcpp/exception.h>
#include <phpcpp/streams.h>
#include <phpcpp/type.h>