Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
9557b403
Commit
9557b403
authored
May 13, 2017
by
Aleksey Chernov
Committed by
Brad King
May 15, 2017
Browse files
cmFileCommand: Fix build on mingw-w64
Include header needed for `CP_ACP`.
parent
845f5e3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmFileCommand.cxx
View file @
9557b403
...
...
@@ -42,6 +42,10 @@
#include "cmFileLockResult.h"
#endif
#if defined(_WIN32)
#include <windows.h>
#endif
class
cmSystemToolsFileTime
;
// Table of permissions flags.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment