Skip to content

Commit 657aa04

Browse files
authored
browser(webkit): import <optional> to fix win compilation (#6895)
1 parent abc66c6 commit 657aa04

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

browser_patches/webkit/BUILD_NUMBER

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1494
2-
Changed: [email protected] Thu 03 Jun 2021 05:16:27 PM PDT
1+
1495
2+
Changed: [email protected] Thu 03 Jun 2021 05:34:19 PM PDT

browser_patches/webkit/embedder/Playwright/win/Common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#pragma once
2727

2828
#include "stdafx.h"
29+
#include <optional>
2930
#include <WebKit/WKRetainPtr.h>
3031
#include <WebKit/WKString.h>
3132
#include <WebKit/WKURL.h>

0 commit comments

Comments
 (0)