summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-25 00:13:30 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-25 00:13:30 +0200
commit50c4e21adc188c73dd9c33fdae52639469c92257 (patch)
tree9f1c87d67578ef3b007a2efdc163a9949140231c /phpcpp.h
parentb8a14d96c06d5a8910cb28d28870f0036ae6a461 (diff)
{auto} requests are added as objects
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 2a8517a..104818d 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -10,6 +10,7 @@
/**
* Include all headers files that are related to this library
*/
+#include <phpcpp/request.h>
#include <phpcpp/extension.h>
/**