summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2021-11-11 23:22:19 +0900
committerNAKAMURA Takumi <geek4civic@gmail.com>2021-11-16 21:06:13 +0900
commit67c75064d14652719eb6fe4869524d48921f8c62 (patch)
treeca3af6e0f5f13de2d95550e58ba0ca4ea507687a /Source/cmGlobalXCodeGenerator.h
parent7418866d4d8e9fcc5a7a952f88551bdcd19a4924 (diff)
downloadcmake-67c75064d14652719eb6fe4869524d48921f8c62.tar.gz
Source: Fix IWYU warnings in Xcode generators
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index 910c946183..5917db3135 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -11,10 +11,12 @@
#include <string>
#include <vector>
+#include <cm/optional>
#include <cm/string_view>
#include "cmGlobalGenerator.h"
#include "cmTransformDepfile.h"
+#include "cmValue.h"
#include "cmXCodeObject.h"
class cmCustomCommand;