[Cmake-commits] CMake branch, next, updated. v3.7.0-rc3-935-g6dacf55

Daniel Pfeifer daniel at pfeifer-mail.de
Sat Nov 5 18:32:37 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  6dacf55a79b849ccefb468166d012686b1ed3a18 (commit)
       via  0ee7b4132a7ef9c2eca46a7268a718132fa31cb2 (commit)
      from  166cd2c80d14149698a3b9f39d2973defaa8af8f (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=6dacf55a79b849ccefb468166d012686b1ed3a18
commit 6dacf55a79b849ccefb468166d012686b1ed3a18
Merge: 166cd2c 0ee7b41
Author:     Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Sat Nov 5 18:32:37 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Nov 5 18:32:37 2016 -0400

    Merge topic 'include-what-you-use' into next
    
    0ee7b413 Fixup! Fix several include-what-you-use findings


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0ee7b4132a7ef9c2eca46a7268a718132fa31cb2
commit 0ee7b4132a7ef9c2eca46a7268a718132fa31cb2
Author:     Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Sat Nov 5 23:32:21 2016 +0100
Commit:     Daniel Pfeifer <daniel at pfeifer-mail.de>
CommitDate: Sat Nov 5 23:32:21 2016 +0100

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

diff --git a/Source/QtDialog/CMakeSetup.cxx b/Source/QtDialog/CMakeSetup.cxx
index 9038469..5e03c39 100644
--- a/Source/QtDialog/CMakeSetup.cxx
+++ b/Source/QtDialog/CMakeSetup.cxx
@@ -5,6 +5,7 @@
 #include "CMakeSetupDialog.h"
 #include "cmAlgorithms.h"
 #include "cmDocumentation.h"
+#include "cmDocumentationEntry.h"
 #include "cmVersion.h"
 #include "cmake.h"
 #include <QApplication>
@@ -17,6 +18,7 @@
 #include <cmsys/CommandLineArguments.hxx>
 #include <cmsys/Encoding.hxx>
 #include <cmsys/SystemTools.hxx>
+#include <iostream>
 
 #include "cmSystemTools.h" // IWYU pragma: keep
 

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

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