summaryrefslogtreecommitdiff
path: root/ext/intl/common/common_enum.cpp
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2012-06-03 23:08:19 +0100
committerGustavo André dos Santos Lopes <cataphract@php.net>2012-06-03 23:08:19 +0100
commit6efc877826d327186dbf8055a10856363bc94aa2 (patch)
tree4a198a2473e58a2d054ff302b678c9fb3abef8c7 /ext/intl/common/common_enum.cpp
parent9434f5e41fd321e9e8a893451c6fabb3c658fa27 (diff)
parent758f0686d41cd39176f5055c50f0b094580cbbf0 (diff)
downloadphp-git-6efc877826d327186dbf8055a10856363bc94aa2.tar.gz
Merge branch 'datefmt_tz_cal_interop'
* datefmt_tz_cal_interop: Added and fixed tests given eb346ef DateFormat plays nice with Calendar, TimeZone Added private constructor to IntlTimeZone. Fixed write in constant memory.
Diffstat (limited to 'ext/intl/common/common_enum.cpp')
-rw-r--r--ext/intl/common/common_enum.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/intl/common/common_enum.cpp b/ext/intl/common/common_enum.cpp
index 14265d4597..a0e346061a 100644
--- a/ext/intl/common/common_enum.cpp
+++ b/ext/intl/common/common_enum.cpp
@@ -18,6 +18,8 @@
#include "config.h"
#endif
+#include "../intl_cppshims.h"
+
// Fix build on Windows/old versions of ICU
#include <stdio.h>