Fix class member shadowing in folly::ProducerConsumerQueue
[folly.git] / folly / test / FBVectorBenchmark.cpp
index 0b676912be3b4304d33bac6e4610bf273fdcd541..8884e695f78435a42543e5103a77a87c8d2ce7a6 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.
@@ -24,8 +24,8 @@
 #include <folly/Random.h>
 #include <folly/Traits.h>
 #include <folly/portability/GFlags.h>
+#include <folly/portability/GTest.h>
 
-#include <gtest/gtest.h>
 #include <list>
 #include <memory>
 #include <boost/random.hpp>