Commit 904ebc63 authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot

Fix JemallocNodumpAllocator when compiled without folly-config.h

Summary: HHVM compiles without `folly-config.h`, so this was preventing us from updating to the newest version of Folly.

Reviewed By: yfeldblum

Differential Revision: D4456890

fbshipit-source-id: ed118ff0cf7f254a5f99be68f171d1b34ebf5c5c
parent a73e2ed6
......@@ -18,7 +18,7 @@
#pragma once
#include <folly/folly-config.h>
#include <folly/portability/Config.h>
#ifdef FOLLY_HAVE_LIBJEMALLOC
......
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