[Cmake-commits] CMake branch, next, updated. v3.6.1-1698-g1ec2259

Brad King brad.king at kitware.com
Thu Sep 1 15:57:57 EDT 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  1ec2259fe60a0d147bd85ce171120a5bdafa6fbe (commit)
       via  62c369ab85c290d28165b6cd176f797e919688bd (commit)
      from  da6f1e440ef5804656ff085761233d6208bb613a (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=1ec2259fe60a0d147bd85ce171120a5bdafa6fbe
commit 1ec2259fe60a0d147bd85ce171120a5bdafa6fbe
Merge: da6f1e4 62c369a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Sep 1 15:57:56 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 1 15:57:56 2016 -0400

    Merge topic 'include-what-you-use' into next
    
    62c369ab fixup! fix a load of include-what-you-use violations


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=62c369ab85c290d28165b6cd176f797e919688bd
commit 62c369ab85c290d28165b6cd176f797e919688bd
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Sep 1 15:57:49 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Sep 1 15:57:49 2016 -0400

    fixup! fix a load of include-what-you-use violations

diff --git a/Source/QtDialog/CMakeSetup.cxx b/Source/QtDialog/CMakeSetup.cxx
index ee3389c..5a8a5be 100644
--- a/Source/QtDialog/CMakeSetup.cxx
+++ b/Source/QtDialog/CMakeSetup.cxx
@@ -27,6 +27,8 @@
 #include <cmsys/Encoding.hxx>
 #include <cmsys/SystemTools.hxx>
 
+#include "cmSystemTools.h" // IWYU pragma: keep
+
 static const char* cmDocumentationName[][2] = { { 0,
                                                   "  cmake-gui - CMake GUI." },
                                                 { 0, 0 } };

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

Summary of changes:
 Source/QtDialog/CMakeSetup.cxx |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list