From: Christopher Dykes Date: Sat, 19 Nov 2016 02:35:02 +0000 (-0800) Subject: Use the GTest portability header in shell_test X-Git-Tag: v2016.11.21.00~2 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9bd1bfa7a189daeb82f24d55f2fc2454ac509c7b;p=folly.git 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 --- 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;