Merge topic 'mingw-w64-compile'

9557b403 cmFileCommand: Fix build on mingw-w64
845f5e3c bootstrap: fix build on mingw-w64

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !837
This commit is contained in:
Brad King
2017-05-16 13:52:39 +00:00
committed by Kitware Robot
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -44,6 +44,10 @@
#include "cmELF.h"
#endif
#if defined(_WIN32)
#include <windows.h>
#endif
class cmSystemToolsFileTime;
// Table of permissions flags.