From 9557b403f521d4f537bbedb9ba00836fb7ebb70c Mon Sep 17 00:00:00 2001 From: Aleksey Chernov Date: Sat, 13 May 2017 19:14:55 +0000 Subject: cmFileCommand: Fix build on mingw-w64 Include header needed for `CP_ACP`. --- Source/cmFileCommand.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index 91cecb3..dc97e37 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -42,6 +42,10 @@ #include "cmFileLockResult.h" #endif +#if defined(_WIN32) +#include +#endif + class cmSystemToolsFileTime; // Table of permissions flags. -- cgit v0.12