From 904ebc6311676be265b1f99d7f7a86ad0791aa17 Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Wed, 25 Jan 2017 08:49:59 -0800 Subject: [PATCH] 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 --- folly/experimental/JemallocNodumpAllocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1