summaryrefslogtreecommitdiff
path: root/Source/CPack/cmCPackSTGZGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-01-15 16:38:10 +0000
committerKitware Robot <kwrobot@kitware.com>2019-01-15 11:38:24 -0500
commitd4a42dd4a87c9caa222a7a40150db937258698d2 (patch)
tree540912120f10050685697f020227969acc2e4647 /Source/CPack/cmCPackSTGZGenerator.cxx
parentf3b7652efcdd9a2e248ed2ec83ce7fc10944f194 (diff)
parentcd0881be61149346649f3aef9b69d58bd7a2549a (diff)
downloadcmake-d4a42dd4a87c9caa222a7a40150db937258698d2.tar.gz
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/CPack/cmCPackSTGZGenerator.cxx')
-rw-r--r--Source/CPack/cmCPackSTGZGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackSTGZGenerator.cxx b/Source/CPack/cmCPackSTGZGenerator.cxx
index ef0d1182c4..e55ea870d0 100644
--- a/Source/CPack/cmCPackSTGZGenerator.cxx
+++ b/Source/CPack/cmCPackSTGZGenerator.cxx
@@ -6,6 +6,7 @@
#include <sstream>
#include <stdio.h>
#include <string>
+#include <vector>
#include "cmCPackGenerator.h"
#include "cmCPackLog.h"