Use the GTest portability headers
[folly.git] / folly / test / SynchronizedTestLib-inl.h
index faf60f7cb93176197f2b3f9b739d152dcd6c9346..3bb89c4f0e3516c2324a2afafdd57e3c254dba89 100644 (file)
 
 #pragma once
 
-#include <gtest/gtest.h>
-
 #include <folly/Foreach.h>
 #include <folly/Random.h>
 #include <folly/Synchronized.h>
+#include <folly/portability/GTest.h>
 #include <glog/logging.h>
 #include <algorithm>
 #include <condition_variable>