EliasFanoReader::{jump,jumpTo}
[folly.git] / folly / TimeoutQueue.cpp
index f9eea10f5ca78854e5dbfa94cfd9e23fb0c2014e..0a840d88809821ec21fae731566e2b2a8bf44fc8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2014 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,8 +14,9 @@
  * limitations under the License.
  */
 
-#include "folly/TimeoutQueue.h"
+#include <folly/TimeoutQueue.h>
 #include <algorithm>
+#include <vector>
 
 namespace folly {