From: Christopher Dykes Date: Wed, 25 Jan 2017 16:49:59 +0000 (-0800) Subject: Fix JemallocNodumpAllocator when compiled without folly-config.h X-Git-Tag: v2017.03.06.00~82 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=904ebc6311676be265b1f99d7f7a86ad0791aa17;p=folly.git 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 --- diff --git a/folly/experimental/JemallocNodumpAllocator.h b/folly/experimental/JemallocNodumpAllocator.h index 655b0b56..522a3e4c 100644 --- a/folly/experimental/JemallocNodumpAllocator.h +++ b/folly/experimental/JemallocNodumpAllocator.h @@ -18,7 +18,7 @@ #pragma once -#include +#include #ifdef FOLLY_HAVE_LIBJEMALLOC