Re-work the OpenSSL portability header to be a portability header
[folly.git] / folly / TimeoutQueue.cpp
index f9eea10f5ca78854e5dbfa94cfd9e23fb0c2014e..3887cdd39fdb04b5b9b889ec98e54591425eaa73 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2017 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 {
 
@@ -73,4 +74,3 @@ int64_t TimeoutQueue::runInternal(int64_t now, bool onceOnly) {
 }
 
 }  // namespace folly
-