summaryrefslogtreecommitdiff
path: root/Source/cm_codecvt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cm_codecvt.cxx')
-rw-r--r--Source/cm_codecvt.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cm_codecvt.cxx b/Source/cm_codecvt.cxx
index 821c112b3..122e02283 100644
--- a/Source/cm_codecvt.cxx
+++ b/Source/cm_codecvt.cxx
@@ -3,9 +3,10 @@
#include "cm_codecvt.hxx"
#if defined(_WIN32)
+# include <windows.h>
+
# include <assert.h>
# include <string.h>
-# include <windows.h>
# undef max
# include "cmsys/Encoding.hxx"
#endif