From 320b5b76c5d24a0784e55b13ed5ce23ad45b8e21 Mon Sep 17 00:00:00 2001 From: Den Raskovalov Date: Thu, 3 Mar 2016 17:34:39 -0800 Subject: [PATCH] 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 --- folly/experimental/Instructions.h | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.34.1