From d8af53e22286a2f75642715690646dc6f5afc5ad Mon Sep 17 00:00:00 2001 From: Yucheng Low Date: Thu, 31 Dec 2015 15:48:01 -0800 Subject: [PATCH] restored missing header --- include/boost/regex/v4/mem_block_cache.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/regex/v4/mem_block_cache.hpp b/include/boost/regex/v4/mem_block_cache.hpp index 3457e9a5..50af421e 100644 --- a/include/boost/regex/v4/mem_block_cache.hpp +++ b/include/boost/regex/v4/mem_block_cache.hpp @@ -19,6 +19,9 @@ #define BOOST_REGEX_V4_MEM_BLOCK_CACHE_HPP #include +#ifdef BOOST_HAS_THREADS +#include +#endif #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX