mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 08:51:52 +08:00
cmFileCommand: Fix build on mingw-w64
Include header needed for `CP_ACP`.
This commit is contained in:

committed by
Brad King

parent
845f5e3c51
commit
9557b403f5
@@ -42,6 +42,10 @@
|
|||||||
#include "cmFileLockResult.h"
|
#include "cmFileLockResult.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(_WIN32)
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
class cmSystemToolsFileTime;
|
class cmSystemToolsFileTime;
|
||||||
|
|
||||||
// Table of permissions flags.
|
// Table of permissions flags.
|
||||||
|
Reference in New Issue
Block a user