summaryrefslogtreecommitdiff
path: root/Source/cmUuid.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-08-17 01:08:13 +0200
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-08-17 01:08:13 +0200
commita2af850ba6dbee7797484ec5f6696525123023fc (patch)
treef1ffb7acf4b899209bd22d67b9e1232dfa54a1ea /Source/cmUuid.h
parente240a7c0176450e092e2398148c1e13f8940c239 (diff)
downloadcmake-a2af850ba6dbee7797484ec5f6696525123023fc.tar.gz
fix a batch of include-what-you-use violations
Diffstat (limited to 'Source/cmUuid.h')
-rw-r--r--Source/cmUuid.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmUuid.h b/Source/cmUuid.h
index 2bd7ec5211..f01230cb4b 100644
--- a/Source/cmUuid.h
+++ b/Source/cmUuid.h
@@ -12,7 +12,10 @@
#ifndef cmUuid_h
#define cmUuid_h
-#include "cmStandardIncludes.h"
+#include <cmConfigure.h> // IWYU pragma: keep
+
+#include <string>
+#include <vector>
/** \class cmUuid
* \brief Utility class to generate UUIDs as defined by RFC4122