summaryrefslogtreecommitdiff
path: root/common/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/includes.h')
-rw-r--r--common/includes.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/common/includes.h b/common/includes.h
new file mode 100644
index 0000000..db29f10
--- /dev/null
+++ b/common/includes.h
@@ -0,0 +1,23 @@
+/**
+ * Includes.h
+ *
+ * All includes for compiling the common module files of PHP-CPP library
+ *
+ * @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
+ * @copyright 2014 Copernica BV
+ */
+
+/**
+ * Standard C and C++ libraries
+ */
+#include <sstream>
+
+/**
+ * Public include files
+ */
+#include "../include/modifiers.h"
+
+/**
+ * Generic implementation header files
+ */
+#include "streambuf.h"