Use the GTest portability headers
[folly.git] / folly / experimental / exception_tracer / test / ExceptionCounterTest.cpp
index 37d63921f592964dc904c274569685422f994a48..24b413e95d6449ab4e1912752b9cea4fb9a2da89 100644 (file)
@@ -21,9 +21,8 @@
 #include <condition_variable>
 #include <sstream>
 
-#include <gtest/gtest.h>
-
 #include <folly/experimental/exception_tracer/ExceptionCounterLib.h>
+#include <folly/portability/GTest.h>
 
 struct MyException {};