Include glog/logging.h in SmallLocksTest for DCHECK
authorMichael Lee <mzlee@fb.com>
Tue, 12 Sep 2017 23:05:54 +0000 (16:05 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 12 Sep 2017 23:20:24 +0000 (16:20 -0700)
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

index bee14facf2eb0b71882b6398a4c1a35b44e855f9..fdb8bb9d20243fec10a32cf03227e2bfda4c4d1d 100644 (file)
@@ -24,6 +24,8 @@
 #include <thread>
 #include <vector>
 
+#include <glog/logging.h>
+
 #include <folly/Random.h>
 #include <folly/portability/Asm.h>
 #include <folly/portability/GTest.h>