1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-15 12:16:40 +08:00

cmFileCommand: Fix build on mingw-w64

Include header needed for `CP_ACP`.
This commit is contained in:
Aleksey Chernov
2017-05-13 19:14:55 +00:00
committed by Brad King
parent 845f5e3c51
commit 9557b403f5

View File

@@ -42,6 +42,10 @@
#include "cmFileLockResult.h"
#endif
#if defined(_WIN32)
#include <windows.h>
#endif
class cmSystemToolsFileTime;
// Table of permissions flags.