Use the GTest portability headers
[folly.git] / folly / test / EvictingCacheMapTest.cpp
index 7991a4c39bdde5c8b25e32f61147f83e39c4336d..0c3059076886b8bf8d040138e741337a879d60fd 100644 (file)
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <set>
 
 #include <folly/EvictingCacheMap.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;