Commit 320b5b76 authored by Den Raskovalov's avatar Den Raskovalov Committed by Facebook Github Bot 7

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
parent ed14d607
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment