browser(webkit): import <optional> to fix win compilation (#6895)

This commit is contained in:
Yury Semikhatsky 2021-06-03 17:35:24 -07:00 committed by GitHub
parent abc66c6e70
commit 657aa04bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -26,6 +26,7 @@
#pragma once
#include "stdafx.h"
#include <optional>
#include <WebKit/WKRetainPtr.h>
#include <WebKit/WKString.h>
#include <WebKit/WKURL.h>