browser(webkit): import <optional> to fix win compilation (#6895)
This commit is contained in:
parent
abc66c6e70
commit
657aa04bf2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "stdafx.h"
|
||||
#include <optional>
|
||||
#include <WebKit/WKRetainPtr.h>
|
||||
#include <WebKit/WKString.h>
|
||||
#include <WebKit/WKURL.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue