Fix class member shadowing in folly::ProducerConsumerQueue
[folly.git] / folly / test / PaddedTest.cpp
index 04ca6da09794b97a7b9832d1127bb578b498b149..7cbcb7296c8880f727450f6741e66a89732e34fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 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.
@@ -17,7 +17,8 @@
 #include <folly/Padded.h>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
+
+#include <folly/portability/GTest.h>
 
 using namespace folly;