Chromium Code Reviews| Index: third_party/WebKit/Source/wtf/Optional.h |
| diff --git a/third_party/WebKit/Source/wtf/Optional.h b/third_party/WebKit/Source/wtf/Optional.h |
| index 264b45ed616936fddd1284997a7c3ff21520e711..b64af3cdca44d469834aa73eaf059958667dfc50 100644 |
| --- a/third_party/WebKit/Source/wtf/Optional.h |
| +++ b/third_party/WebKit/Source/wtf/Optional.h |
| @@ -11,6 +11,8 @@ |
| #include "wtf/StdLibExtras.h" |
| #include "wtf/Utility.h" |
| +#include <new> |
| + |
| namespace WTF { |
| // This is a lightweight template similar to std::experimental::optional. |