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:
Jeff Walden 2013-07-25 20:01:42 -07:00
parent b7afdfa45f
commit 98971b1513

View File

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