summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGeneratorMocUic.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-01-15 16:38:10 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-01-15 16:38:24 (GMT)
commitd4a42dd4a87c9caa222a7a40150db937258698d2 (patch)
tree540912120f10050685697f020227969acc2e4647 /Source/cmQtAutoGeneratorMocUic.cxx
parentf3b7652efcdd9a2e248ed2ec83ce7fc10944f194 (diff)
parentcd0881be61149346649f3aef9b69d58bd7a2549a (diff)
downloadCMake-d4a42dd4a87c9caa222a7a40150db937258698d2.zip
CMake-d4a42dd4a87c9caa222a7a40150db937258698d2.tar.gz
CMake-d4a42dd4a87c9caa222a7a40150db937258698d2.tar.bz2
Merge topic 'iwyu-clang-6'
cd0881be61 IWYU: Update CMake code for IWYU built with Clang 6 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2810
Diffstat (limited to 'Source/cmQtAutoGeneratorMocUic.cxx')
-rw-r--r--Source/cmQtAutoGeneratorMocUic.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmQtAutoGeneratorMocUic.cxx b/Source/cmQtAutoGeneratorMocUic.cxx
index e6ee85b..9658e97 100644
--- a/Source/cmQtAutoGeneratorMocUic.cxx
+++ b/Source/cmQtAutoGeneratorMocUic.cxx
@@ -1,19 +1,21 @@
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmQtAutoGeneratorMocUic.h"
-#include "cmQtAutoGen.h"
#include <algorithm>
#include <array>
+#include <cstddef>
#include <functional>
#include <list>
#include <memory>
+#include <set>
#include <sstream>
#include <utility>
#include "cmAlgorithms.h"
#include "cmCryptoHash.h"
#include "cmMakefile.h"
+#include "cmQtAutoGen.h"
#include "cmSystemTools.h"
#include "cmake.h"