Futex::futexWait returns FutexResult
[folly.git] / folly / test / TimeoutQueueTest.cpp
index 581bf0d747aa4877b5a7b1f35ff2d4b92ce50c9c..95964f1802898fdc4579340084f8065286ea6419 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 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.
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
 #include <folly/TimeoutQueue.h>
 
+#include <folly/portability/GTest.h>
+
 using namespace folly;
 
 TEST(TimeoutQueue, Simple) {