summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpcpp.h b/phpcpp.h
index 90ef218..4e9735d 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -21,10 +21,12 @@
#include <list>
#include <exception>
#include <map>
+#include <set>
/**
* 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>