diff options
Diffstat (limited to 'core/fxcrt/fxcrt_platforms.cpp')
-rw-r--r-- | core/fxcrt/fxcrt_platforms.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fxcrt_platforms.cpp b/core/fxcrt/fxcrt_platforms.cpp index b4f6ffa109..4305c41874 100644 --- a/core/fxcrt/fxcrt_platforms.cpp +++ b/core/fxcrt/fxcrt_platforms.cpp @@ -6,7 +6,7 @@ #include "core/fxcrt/fxcrt_platforms.h" -#include "core/include/fxcrt/fx_basic.h" +#include "core/fxcrt/include/fx_basic.h" #if (_FXM_PLATFORM_ != _FXM_PLATFORM_WINDOWS_ && \ _FXM_PLATFORM_ != _FXM_PLATFORM_LINUX_ && \ |