summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-07 15:21:51 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-07 15:21:51 +0100
commit8c6652ae30202ba50f989a3b4d6c7255e4351251 (patch)
treea1cedea97187cd66082c688ae40e5202945017a3 /phpcpp.h
parent834c9d477a3f73ca42d13cb777d451b63f1cbf3a (diff)
update documentation, implemented comparison operator for hashmember class, added Value constructor that receives a Php::Type to initialize as a specific type, added Value constructors to initialize a Value directly from a map or a vector, fixed value comparison operators, added casting constructors to cast a value to a vector or a map
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 428e0da..74e65fd 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -20,6 +20,7 @@
#include <memory>
#include <list>
#include <exception>
+#include <map>
/**
* Include all headers files that are related to this library