summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2021-11-14 19:58:11 +0900
committerNAKAMURA Takumi <geek4civic@gmail.com>2021-11-20 00:50:33 +0900
commit0e58a5ea0797f2bb0a99ded98244705eb8c85708 (patch)
tree2cd2daca25a2625f4cd5a12e78156199022284d3 /Source/cmGlobalVisualStudioGenerator.h
parenteb9991ad62666649b0349b8c1e88255330c1c05c (diff)
downloadcmake-0e58a5ea0797f2bb0a99ded98244705eb8c85708.tar.gz
Source: Fix possible IWYU warnings in Windows generators
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r--Source/cmGlobalVisualStudioGenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h
index 23c8a02908..1eff135abf 100644
--- a/Source/cmGlobalVisualStudioGenerator.h
+++ b/Source/cmGlobalVisualStudioGenerator.h
@@ -10,8 +10,11 @@
#include <string>
#include <vector>
+#include "cm_codecvt.hxx"
+
#include "cmGlobalGenerator.h"
#include "cmTargetDepend.h"
+#include "cmValue.h"
class cmCustomCommand;
class cmGeneratorTarget;