From: Anatol Belski Date: Wed, 1 Jul 2015 13:21:04 +0000 (+0200) Subject: change the inclusion order which fixes the vc build X-Git-Tag: php-7.1.0alpha3~25^2~82^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=333db013fdb5b421c5a881ab4974c0672708eccf;p=php change the inclusion order which fixes the vc build --- diff --git a/ext/intl/intl_convertcpp.h b/ext/intl/intl_convertcpp.h index 45ba7a2cd7..eab5f149c8 100644 --- a/ext/intl/intl_convertcpp.h +++ b/ext/intl/intl_convertcpp.h @@ -23,8 +23,8 @@ #error Should be included only in C++ Files #endif -#include #include +#include int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status);