From 9f81e135c3cd0172fdb31df1b578737dfa38e1d9 Mon Sep 17 00:00:00 2001 From: Zenichi Amano Date: Wed, 5 Feb 2025 13:23:48 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20windows=E3=83=93=E3=83=AB=E3=83=89?= =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit std::optional未定義エラー修正 Signed-off-by: Zenichi Amano --- patch/windows_fix_optional.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/patch/windows_fix_optional.patch b/patch/windows_fix_optional.patch index ebb0b889..9b68d83a 100644 --- a/patch/windows_fix_optional.patch +++ b/patch/windows_fix_optional.patch @@ -8,3 +8,23 @@ #include #include +--- a/third_party/perfetto/include/perfetto/tracing/track.h ++++ b/third_party/perfetto/include/perfetto/tracing/track.h +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + namespace perfetto { + namespace internal { +--- a/third_party/perfetto/include/perfetto/tracing/internal/track_event_internal.h ++++ b/third_party/perfetto/include/perfetto/tracing/internal/track_event_internal.h +@@ -29,6 +29,7 @@ + #include "protos/perfetto/trace/interned_data/interned_data.pbzero.h" + #include "protos/perfetto/trace/track_event/track_event.pbzero.h" + ++#include + #include + + namespace perfetto {