summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-01 10:32:26 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-01 10:32:26 +0100
commitc8d1519f31baed0fb399dac9333e48e2f9e910ad (patch)
tree1e2192f0b91d55512d26f4a14c8eae6b5a1f6ece /phpcpp.h
parent73945a9cb2b096a5379d17c028bda102b87aedce (diff)
namespace implementation, compile issue for php 5.4 and higher
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpcpp.h b/phpcpp.h
index 7b19c64..497f056 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -17,9 +17,8 @@
#include <string>
#include <initializer_list>
#include <vector>
-#include <map>
#include <memory>
-#include <set>
+#include <list>
#include <exception>
/**