commit | 468c6128db7fabe32a29d4753460ef53594406fc | [log] [tgz] |
---|---|---|
author | Takuto Ikuta <tikuta@google.com> | Thu Nov 21 14:25:57 2024 +0900 |
committer | GN LUCI <gn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 22 02:31:31 2024 +0000 |
tree | 3972a2f9ffc7b4d85175aecf519b8e87f1d5d64e | |
parent | 5a47a93b94266326aef8cd6deffe920f4217a31c [diff] |
fix include for escape.h This is to fix Windows build error with MSVC's STL. Change-Id: Ic7d0e96e8c0c9458f94f8830b119da9867c50d62 Reviewed-on: https://gn-review.googlesource.com/c/gn/+/17921 Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Takuto Ikuta <tikuta@google.com> Reviewed-by: David Turner <digit@google.com>
diff --git a/src/gn/escape.h b/src/gn/escape.h index 57a723f..c46d42d 100644 --- a/src/gn/escape.h +++ b/src/gn/escape.h
@@ -7,6 +7,7 @@ #include <iosfwd> #include <string_view> +#include <string> enum EscapingMode { // No escaping.