summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackComponentGroup.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-09-06 22:21:35 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-09-06 22:21:35 (GMT)
commitd47c7bf608d3ca23c8d518ff98a42d6d5f449a70 (patch)
treefe75032bc2be3b38b8ac1e42afd5d7ce2cc5a3ad /Source/CPack/cmCPackComponentGroup.h
parent8317ea01aa3cf9319ef907e127fa6dbf9666cc53 (diff)
downloadCMake-d47c7bf608d3ca23c8d518ff98a42d6d5f449a70.zip
CMake-d47c7bf608d3ca23c8d518ff98a42d6d5f449a70.tar.gz
CMake-d47c7bf608d3ca23c8d518ff98a42d6d5f449a70.tar.bz2
CPack: include what you use
Diffstat (limited to 'Source/CPack/cmCPackComponentGroup.h')
-rw-r--r--Source/CPack/cmCPackComponentGroup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackComponentGroup.h b/Source/CPack/cmCPackComponentGroup.h
index 78b81b3..8e9218e 100644
--- a/Source/CPack/cmCPackComponentGroup.h
+++ b/Source/CPack/cmCPackComponentGroup.h
@@ -15,7 +15,8 @@
#include <cmConfigure.h>
-#include "cmStandardIncludes.h"
+#include <string>
+#include <vector>
class cmCPackComponentGroup;