Use the GTest portability headers
[folly.git] / folly / test / TryTest.cpp
index e1f2c4e9c65b4448a7660e850377446ec50d1af7..e9b600a35b3c7fe27a1637e8233e5a91b7a04fc1 100644 (file)
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/Memory.h>
 #include <folly/Try.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;