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:

committed by
Brad King

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