Add missing #include <vector>.
authorPeter Griess <pgriess@fb.com>
Mon, 23 Sep 2013 21:32:05 +0000 (16:32 -0500)
committerPeter Griess <pgriess@fb.com>
Tue, 15 Oct 2013 01:46:26 +0000 (18:46 -0700)
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

folly/TimeoutQueue.cpp

index 28621860a1cb0f9c6bea6c42dda62b3b7e499d5e..84966213c1ab454aafb5c8874b76e65ba902a547 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "folly/TimeoutQueue.h"
 #include <algorithm>
+#include <vector>
 
 namespace folly {