From 1fbad0fe2cd4b0b8dc099df0f47dfa4994c2448e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 29 Dec 2003 13:42:25 +0000 Subject: [PATCH] Added missing include. [SVN r21417] --- include/boost/detail/allocator.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/detail/allocator.hpp b/include/boost/detail/allocator.hpp index 1c781fb..458b6d2 100644 --- a/include/boost/detail/allocator.hpp +++ b/include/boost/detail/allocator.hpp @@ -15,6 +15,7 @@ #include #include #include +#include #if defined(BOOST_NO_STDC_NAMESPACE) namespace std{ using ::ptrdiff_t;