mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add #include <new> to mfbt/Vector.h so that placement-new actually works when that header hasn't been bootlegged. No bug, r=too-long-spent-debugging-this
--HG-- extra : rebase_source : b4b3a5a10757d01d1c5957736210ed09e3c2b157
This commit is contained in:
parent
b7afdfa45f
commit
98971b1513
@ -21,6 +21,8 @@
|
||||
#include "mozilla/TypeTraits.h"
|
||||
#include "mozilla/Util.h"
|
||||
|
||||
#include <new> // for placement new
|
||||
|
||||
/* Silence dire "bugs in previous versions of MSVC have been fixed" warnings */
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(push)
|
||||
|
Loading…
Reference in New Issue
Block a user