From 9bd1bfa7a189daeb82f24d55f2fc2454ac509c7b Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Fri, 18 Nov 2016 18:35:02 -0800 Subject: [PATCH] Use the GTest portability header in shell_test Summary: It was including gtest directly, making MSVC unhappy. Reviewed By: yfeldblum Differential Revision: D4208744 fbshipit-source-id: 7100058f3c9fde38744888c99e927c610f11d013 --- folly/test/ShellTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/test/ShellTest.cpp b/folly/test/ShellTest.cpp index 00ddc043..781b1e61 100644 --- a/folly/test/ShellTest.cpp +++ b/folly/test/ShellTest.cpp @@ -15,9 +15,9 @@ */ #include -#include #include +#include using namespace folly; -- 2.34.1