From 7e4ad9c65491500754ebd8aae2a71fe95a54c04a Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 6 Jul 2003 10:52:06 +0000 Subject: [PATCH] added needed include of [SVN r18949] --- 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 cbb9266..c4e095e 100644 --- a/include/boost/detail/allocator.hpp +++ b/include/boost/detail/allocator.hpp @@ -18,6 +18,7 @@ #include #include +#include #if defined(BOOST_NO_STDC_NAMESPACE) namespace std{ using ::ptrdiff_t;