From ba7a749ea32b6f5758ce34984c5799d7dbe972df Mon Sep 17 00:00:00 2001 From: Csaba Kertesz Date: Thu, 13 Oct 2016 14:39:07 -0700 Subject: [PATCH] Add missing include Summary: String.h references std::vector, but it is not included. Closes https://github.com/facebook/folly/pull/496 Reviewed By: yfeldblum, meyering Differential Revision: D4009410 Pulled By: Orvid fbshipit-source-id: f21ce0d5833f0959a83e75e2fbcbe2beedbb5b6f --- folly/String.h | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/String.h b/folly/String.h index 5d631340..c9982f35 100644 --- a/folly/String.h +++ b/folly/String.h @@ -20,6 +20,7 @@ #include #include #include +#include #include #include -- 2.34.1