Skip to content

Commit

Permalink
fix: windowsパッチのうち本家対応された箇所を削除
Browse files Browse the repository at this point in the history
Signed-off-by: Zenichi Amano <[email protected]>
  • Loading branch information
crow-misia committed Feb 6, 2025
1 parent 4940a51 commit b4e0823
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions patch/windows_fix_optional.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
--- a/third_party/perfetto/include/perfetto/tracing/track.h
+++ b/third_party/perfetto/include/perfetto/tracing/track.h
@@ -33,6 +33,7 @@
#include <stdint.h>
#include <map>
#include <mutex>
+#include <optional>

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 @@
Expand Down

0 comments on commit b4e0823

Please sign in to comment.