Commit cf2bae35 authored by Peter Griess's avatar Peter Griess

Add missing #include <vector>.

Summary: - What it says.

Test Plan:
- fbconfig -r folly && fbmake runtests
- ./configure && make check on Ubuntu/FC/Mac

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D998579
parent c8b43b85
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#include "folly/TimeoutQueue.h" #include "folly/TimeoutQueue.h"
#include <algorithm> #include <algorithm>
#include <vector>
namespace folly { namespace folly {
......
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