diff options
Diffstat (limited to 'core/src/fxcrt/fxcrt_windows.h')
-rw-r--r-- | core/src/fxcrt/fxcrt_windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcrt/fxcrt_windows.h b/core/src/fxcrt/fxcrt_windows.h index b3a20a91e5..522ceec9e5 100644 --- a/core/src/fxcrt/fxcrt_windows.h +++ b/core/src/fxcrt/fxcrt_windows.h @@ -7,7 +7,7 @@ #ifndef CORE_SRC_FXCRT_FXCRT_WINDOWS_H_ #define CORE_SRC_FXCRT_FXCRT_WINDOWS_H_ -#include "extension.h" +#include "core/src/fxcrt/extension.h" #if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_ class CFXCRT_FileAccess_Win64 : public IFXCRT_FileAccess { |