From e95220e722db361a9c6c37d35662e2fccae8ce37 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Tue, 11 Jul 2000 04:07:18 +0000 Subject: [PATCH] - Include iostream.h in C++. --- Zend/zend_compile.h | 4 ++++ 1 file changed, 4 insertions(+) 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 #endif +#ifdef __cplusplus +#include ; +#endif + #include "zend_llist.h" #define DEBUG_ZEND 0 -- 2.50.1