Skip to content

Commit

Permalink
browser(webkit): import <optional> to fix win compilation (#6895)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Jun 4, 2021
1 parent abc66c6 commit 657aa04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser_patches/webkit/BUILD_NUMBER
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1494
Changed: yurys@chromium.org Thu 03 Jun 2021 05:16:27 PM PDT
1495
Changed: yurys@chromium.org Thu 03 Jun 2021 05:34:19 PM PDT
1 change: 1 addition & 0 deletions browser_patches/webkit/embedder/Playwright/win/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#pragma once

#include "stdafx.h"
#include <optional>
#include <WebKit/WKRetainPtr.h>
#include <WebKit/WKString.h>
#include <WebKit/WKURL.h>
Expand Down

0 comments on commit 657aa04

Please sign in to comment.