From: Adam Norton Date: Sat, 9 Apr 2016 02:30:43 +0000 (-0700) Subject: Add header for placement new X-Git-Tag: 2016.07.26~361 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2dafcc987ed3e65f006a5c5beaa7832d3f3a7ec0;p=folly.git Add 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 --- diff --git a/folly/Optional.h b/folly/Optional.h index 6fc07b98..09b831f8 100644 --- a/folly/Optional.h +++ b/folly/Optional.h @@ -54,6 +54,7 @@ * } */ #include +#include #include #include #include