Add <new> header for placement new
[folly.git] / folly / Optional.h
index 6fc07b98f47e204f2f5501cca717087b7c5608a1..09b831f8ae2804317d6a0a74559e1ad6824bb1ff 100644 (file)
@@ -54,6 +54,7 @@
  *  }
  */
 #include <cstddef>
+#include <new>
 #include <stdexcept>
 #include <type_traits>
 #include <utility>