From: Christopher Dykes Date: Wed, 14 Sep 2016 21:12:21 +0000 (-0700) Subject: Swap a newly added include of gtest.h with portability/GTest.h X-Git-Tag: v2016.09.19.00~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9f838616d97b3d2b62a74b7d80f38f32e5d316df;p=folly.git Swap a newly added include of gtest.h with portability/GTest.h Summary: Because it's needed with the way the portability layer works. Reviewed By: yfeldblum Differential Revision: D3863954 fbshipit-source-id: 3b682dcc2d2799f17c61fe16a4391fc9f0c2b127 --- diff --git a/folly/test/SingletonThreadLocalTest.cpp b/folly/test/SingletonThreadLocalTest.cpp index 5b329182..72ebfd8e 100644 --- a/folly/test/SingletonThreadLocalTest.cpp +++ b/folly/test/SingletonThreadLocalTest.cpp @@ -20,8 +20,7 @@ #include #include - -#include +#include using namespace folly;