From: Csaba Kertesz Date: Thu, 13 Oct 2016 21:39:07 +0000 (-0700) Subject: Add missing include X-Git-Tag: v2016.10.17.00~4 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ba7a749ea32b6f5758ce34984c5799d7dbe972df;p=folly.git 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 --- 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