Use the GTest portability headers
[folly.git] / folly / test / ExpectedTest.cpp
index 52c090394773a6aed891f84d59120ee8783ef02e..a10c9e865ff12545ba4c79fcea9c6ab2fbf787c5 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <folly/Expected.h>
 #include <folly/Portability.h>
+#include <folly/portability/GTest.h>
 
 #include <algorithm>
 #include <iomanip>
@@ -25,7 +26,6 @@
 #include <vector>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 using std::unique_ptr;
 using std::shared_ptr;