From 1af4830f8296ac70d200db9d1d281a6b4c9b6b64 Mon Sep 17 00:00:00 2001 From: Ed Batutis Date: Thu, 16 Oct 2008 18:10:43 +0000 Subject: [PATCH] Fix for pecl bug 14664 - problem with older gcc --- ext/intl/msgformat/msgformat_helpers.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.1