Commit 2dafcc98 authored by Adam Norton's avatar Adam Norton Committed by Facebook Github Bot 0

Add <new> header for placement new

Summary: This header is necessary for the placement new operator used in the construct method (line 265)

Reviewed By: yfeldblum

Differential Revision: D3156741

fb-gh-sync-id: 84a64821553b42d46fb70b5ee267a401028c94f2
fbshipit-source-id: 84a64821553b42d46fb70b5ee267a401028c94f2
parent 54f2a4c8
......@@ -54,6 +54,7 @@
* }
*/
#include <cstddef>
#include <new>
#include <stdexcept>
#include <type_traits>
#include <utility>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment