From: Ed Batutis Date: Thu, 16 Oct 2008 18:10:43 +0000 (+0000) Subject: Fix for pecl bug 14664 - problem with older gcc X-Git-Tag: BEFORE_HEAD_NS_CHANGE~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1af4830f8296ac70d200db9d1d281a6b4c9b6b64;p=php Fix for pecl bug 14664 - problem with older gcc --- diff --git a/ext/intl/msgformat/msgformat_helpers.cpp b/ext/intl/msgformat/msgformat_helpers.cpp index e48c290b0c..1e1b2d0731 100755 --- a/ext/intl/msgformat/msgformat_helpers.cpp +++ b/ext/intl/msgformat/msgformat_helpers.cpp @@ -20,6 +20,7 @@ #include #include +#include extern "C" { #include "php_intl.h"