From: Den Raskovalov Date: Fri, 4 Mar 2016 01:34:39 +0000 (-0800) Subject: Add a missed glog header. X-Git-Tag: deprecate-dynamic-initializer~11 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=320b5b76c5d24a0784e55b13ed5ce23ad45b8e21;p=folly.git Add a missed glog header. 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 --- diff --git a/folly/experimental/Instructions.h b/folly/experimental/Instructions.h index 8f6d1f28..732dd253 100644 --- a/folly/experimental/Instructions.h +++ b/folly/experimental/Instructions.h @@ -17,6 +17,8 @@ #ifndef FOLLY_EXPERIMENTAL_INSTRUCTIONS_H #define FOLLY_EXPERIMENTAL_INSTRUCTIONS_H +#include + #include namespace folly { namespace compression { namespace instructions {