Commit 10a4cd2a authored by Fred Emmott's avatar Fred Emmott Committed by Facebook Github Bot

add missing ifndef FOLLY_NO_CONFIG around include in folly/compression/Counters.cpp

Summary: Needed to update folly in the open source build of HHVM.

Reviewed By: yfeldblum

Differential Revision: D6913772

fbshipit-source-id: 50e540fe30651c991dc198ede66d4816a85f68db
parent d2364be6
......@@ -15,7 +15,7 @@
*/
#include <folly/compression/Counters.h>
#include <folly/folly-config.h>
#include <folly/portability/Config.h>
namespace folly {
#if FOLLY_HAVE_WEAK_SYMBOLS
......
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