summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio71Generator.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2021-11-14 10:58:11 (GMT)
committerNAKAMURA Takumi <geek4civic@gmail.com>2021-11-19 15:50:33 (GMT)
commit0e58a5ea0797f2bb0a99ded98244705eb8c85708 (patch)
tree2cd2daca25a2625f4cd5a12e78156199022284d3 /Source/cmGlobalVisualStudio71Generator.h
parenteb9991ad62666649b0349b8c1e88255330c1c05c (diff)
downloadCMake-0e58a5ea0797f2bb0a99ded98244705eb8c85708.zip
CMake-0e58a5ea0797f2bb0a99ded98244705eb8c85708.tar.gz
CMake-0e58a5ea0797f2bb0a99ded98244705eb8c85708.tar.bz2
Source: Fix possible IWYU warnings in Windows generators
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio71Generator.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.h b/Source/cmGlobalVisualStudio71Generator.h
index cb3b8c1..0e7ddd0 100644
--- a/Source/cmGlobalVisualStudio71Generator.h
+++ b/Source/cmGlobalVisualStudio71Generator.h
@@ -2,7 +2,20 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#pragma once
+#include <iosfwd>
+#include <set>
+#include <string>
+#include <utility>
+#include <vector>
+
#include "cmGlobalVisualStudio7Generator.h"
+#include "cmValue.h"
+
+class cmGeneratorTarget;
+class cmLocalGenerator;
+class cmake;
+template <typename T>
+class BT;
/** \class cmGlobalVisualStudio71Generator
* \brief Write a Unix makefiles.