[Cmake-commits] CMake branch, next, updated. v3.7.0-rc3-946-gf2f7d5a

Daniel Pfeifer daniel at pfeifer-mail.de
Mon Nov 7 03:02:48 EST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  f2f7d5af951cdca95bd245838d5f24fea85a92cf (commit)
       via  6086ab4f5cdfc87fa2bdac95ecf83c6d3677e5f2 (commit)
      from  0c32230ce5fd27d4a2515c7194df00b3c36b532d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f2f7d5af951cdca95bd245838d5f24fea85a92cf
commit f2f7d5af951cdca95bd245838d5f24fea85a92cf
Merge: 0c32230 6086ab4
Author:     Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Mon Nov 7 03:02:47 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 7 03:02:47 2016 -0500

    Merge topic 'include-what-you-use' into next
    
    6086ab4f Fixup! Fix several include-what-you-use findings


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6086ab4f5cdfc87fa2bdac95ecf83c6d3677e5f2
commit 6086ab4f5cdfc87fa2bdac95ecf83c6d3677e5f2
Author:     Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Mon Nov 7 09:00:32 2016 +0100
Commit:     Daniel Pfeifer <daniel at pfeifer-mail.de>
CommitDate: Mon Nov 7 09:00:32 2016 +0100

    Fixup! Fix several include-what-you-use findings

diff --git a/Source/cmStateSnapshot.cxx b/Source/cmStateSnapshot.cxx
index cf6cb1b..c6288a5 100644
--- a/Source/cmStateSnapshot.cxx
+++ b/Source/cmStateSnapshot.cxx
@@ -18,6 +18,10 @@
 #include "cmVersion.h"
 #include "cmake.h"
 
+#if defined(__CYGWIN__)
+#include "cmSystemTools.h"
+#endif
+
 cmStateSnapshot::cmStateSnapshot(cmState* state)
   : State(state)
   , Position()

-----------------------------------------------------------------------

Summary of changes:
 Source/cmStateSnapshot.cxx |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list