From 2dafcc987ed3e65f006a5c5beaa7832d3f3a7ec0 Mon Sep 17 00:00:00 2001 From: Adam Norton Date: Fri, 8 Apr 2016 19:30:43 -0700 Subject: [PATCH] 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 --- folly/Optional.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1