From: Andi Gutmans Date: Tue, 11 Jul 2000 04:07:18 +0000 (+0000) Subject: - Include iostream.h in C++. X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e95220e722db361a9c6c37d35662e2fccae8ce37;p=php - Include iostream.h in C++. --- 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