summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-07-11 04:07:18 +0000
committerAndi Gutmans <andi@php.net>2000-07-11 04:07:18 +0000
commite95220e722db361a9c6c37d35662e2fccae8ce37 (patch)
treed6e489b01099189141004d1fe750cd2a9444e9ea /Zend/zend_compile.h
parentbe8d4ef329956167a4a2586e8f3dd459a689fa80 (diff)
downloadphp-git-e95220e722db361a9c6c37d35662e2fccae8ce37.tar.gz
- Include iostream.h in C++.
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index e7376f3c2b..d93a8847b4 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -27,6 +27,10 @@
# include <stdarg.h>
#endif
+#ifdef __cplusplus
+#include <istream.h>;
+#endif
+
#include "zend_llist.h"
#define DEBUG_ZEND 0