diff options
Diffstat (limited to 'core/src/fxcrt')
-rw-r--r-- | core/src/fxcrt/fx_basic_gcc.cpp | 2 | ||||
-rw-r--r-- | core/src/fxcrt/fx_basic_util.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/src/fxcrt/fx_basic_gcc.cpp b/core/src/fxcrt/fx_basic_gcc.cpp index 50499a8dc4..d905d6b498 100644 --- a/core/src/fxcrt/fx_basic_gcc.cpp +++ b/core/src/fxcrt/fx_basic_gcc.cpp @@ -4,9 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include <limits> #include <cctype> #include <cwctype> +#include <limits> #include "core/include/fxcrt/fx_ext.h" #include "core/include/fxcrt/fx_string.h" diff --git a/core/src/fxcrt/fx_basic_util.cpp b/core/src/fxcrt/fx_basic_util.cpp index 9f32ebe752..fdf7284883 100644 --- a/core/src/fxcrt/fx_basic_util.cpp +++ b/core/src/fxcrt/fx_basic_util.cpp @@ -10,8 +10,8 @@ #include <cctype> #if _FXM_PLATFORM_ != _FXM_PLATFORM_WINDOWS_ -#include <sys/types.h> #include <dirent.h> +#include <sys/types.h> #else #include <direct.h> #endif |