From 95fbae891a653758a0e52879af808af7eedfb043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Sun, 1 Apr 2012 21:28:54 +0200 Subject: Compatibility with old versions of ICU (4.0+). --- ext/intl/common/common_enum.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/intl/common/common_enum.cpp') diff --git a/ext/intl/common/common_enum.cpp b/ext/intl/common/common_enum.cpp index 08f6c858cb..14265d4597 100644 --- a/ext/intl/common/common_enum.cpp +++ b/ext/intl/common/common_enum.cpp @@ -18,6 +18,9 @@ #include "config.h" #endif +// Fix build on Windows/old versions of ICU +#include + #include "common_enum.h" extern "C" { -- cgit v1.2.1