aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2014-11-22 19:04:43 -0800
committerGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2014-11-22 19:04:43 -0800
commit86282f5bff0289e9f0018de813a0d66a1cea2309 (patch)
tree683368ee6dfbadc8dd35d1759cebfa1e6eed4b24 /src
parent9a7e8d1d9a7373b45ba337c1f9bfa92f16341f11 (diff)
Fixed win32 build.
Diffstat (limited to 'src')
-rw-r--r--src/core/basetypes/MCData.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/basetypes/MCData.cpp b/src/core/basetypes/MCData.cpp
index 0f792d1f..3a042e46 100644
--- a/src/core/basetypes/MCData.cpp
+++ b/src/core/basetypes/MCData.cpp
@@ -14,8 +14,8 @@
#include <unicode/ucsdet.h>
#endif
#include <libetpan/libetpan.h>
-#include <iconv.h>
#if __APPLE__
+#include <iconv.h>
#include <CoreFoundation/CoreFoundation.h>
#endif