Use the GTest portability headers
[folly.git] / folly / test / TimeoutQueueTest.cpp
index 581bf0d747aa4877b5a7b1f35ff2d4b92ce50c9c..2ac750dfaf8df7fee25e0371da122c8710bb7e23 100644 (file)
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
 #include <folly/TimeoutQueue.h>
 
+#include <folly/portability/GTest.h>
+
 using namespace folly;
 
 TEST(TimeoutQueue, Simple) {