From 94dad222210c30b64b30a6b7d73ebd5b13db6149 Mon Sep 17 00:00:00 2001 From: Zonr Chang Date: Mon, 9 Jan 2017 10:28:20 -0800 Subject: [PATCH] Include for using "errno" and ENOMEM. Summary: Closes https://github.com/facebook/folly/pull/537 Reviewed By: yfeldblum Differential Revision: D4391871 Pulled By: Orvid fbshipit-source-id: 80401dd65ae376f9ebbb0b079577d0a1fd15475b --- folly/IndexedMemPool.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/folly/IndexedMemPool.h b/folly/IndexedMemPool.h index 5babcb2c..3a7524e1 100644 --- a/folly/IndexedMemPool.h +++ b/folly/IndexedMemPool.h @@ -17,8 +17,9 @@ #pragma once #include -#include #include +#include +#include #include #include #include -- 2.34.1