Use the GTest portability header in shell_test
[folly.git] / folly / test / ShellTest.cpp
index 00ddc043a5bab35686b3026db02f127e054b5cb2..781b1e61b0ed3adeada02483a936a584074cf6df 100644 (file)
@@ -15,9 +15,9 @@
  */
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 #include <folly/Shell.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;