Commit ba7a749e authored by Csaba Kertesz's avatar Csaba Kertesz Committed by Facebook Github Bot

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
parent 9fa5146d
......@@ -20,6 +20,7 @@
#include <exception>
#include <stdarg.h>
#include <string>
#include <vector>
#include <boost/type_traits.hpp>
#include <boost/regex/pending/unicode_iterator.hpp>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment