mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
Merge topic 'mingw-w64-compile'
9557b403cmFileCommand: Fix build on mingw-w64845f5e3cbootstrap: fix build on mingw-w64 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !837
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
#include "cmELF.h"
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
class cmSystemToolsFileTime;
|
||||
|
||||
// Table of permissions flags.
|
||||
|
||||
Reference in New Issue
Block a user