From d500576679cf1ee8b0ec43cfa460f6008594ae65 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Tue, 12 Sep 2017 16:05:54 -0700 Subject: [PATCH] Include glog/logging.h in SmallLocksTest for DCHECK Summary: The test uses DCHECK, but does not include glog/logging.h. Reviewed By: yfeldblum Differential Revision: D5818647 fbshipit-source-id: fcb2630ac2b12acd1a7b84e228349b2887e976cd --- folly/test/SmallLocksTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/folly/test/SmallLocksTest.cpp b/folly/test/SmallLocksTest.cpp index bee14fac..fdb8bb9d 100644 --- a/folly/test/SmallLocksTest.cpp +++ b/folly/test/SmallLocksTest.cpp @@ -24,6 +24,8 @@ #include #include +#include + #include #include #include -- 2.34.1