Add a missed glog header.
authorDen Raskovalov <denplusplus@fb.com>
Fri, 4 Mar 2016 01:34:39 +0000 (17:34 -0800)
committerFacebook Github Bot 7 <facebook-github-bot-7-bot@fb.com>
Fri, 4 Mar 2016 01:35:20 +0000 (17:35 -0800)
Summary: Instructions.h depends on glog/logging.h because of DCHECK_GT macros.

Reviewed By: ot

Differential Revision: D3009084

fb-gh-sync-id: 05012e635a8c623ca1e653cc41a460778942c39e
shipit-source-id: 05012e635a8c623ca1e653cc41a460778942c39e

folly/experimental/Instructions.h

index 8f6d1f28b087376c236d993d856cd7ee742079a3..732dd25395ecb653b154afdec50becf73a195ff8 100644 (file)
@@ -17,6 +17,8 @@
 #ifndef FOLLY_EXPERIMENTAL_INSTRUCTIONS_H
 #define FOLLY_EXPERIMENTAL_INSTRUCTIONS_H
 
+#include <glog/logging.h>
+
 #include <folly/CpuId.h>
 
 namespace folly { namespace compression { namespace instructions {