Use the GTest portability headers
[folly.git] / folly / test / OptionalTest.cpp
index 0fc31e0b95a5d7232b54cdecf119d22392018954..96f6e5caa2d557c927dcee9e962a4e30f74635c6 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <folly/Optional.h>
 #include <folly/Portability.h>
+#include <folly/portability/GTest.h>
 
 #include <memory>
 #include <vector>
@@ -25,7 +26,6 @@
 #include <type_traits>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 #include <boost/optional.hpp>
 
 using std::unique_ptr;