From e615ac67c216cb36a972dc5a0dd698cb04397263 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 6 May 2012 12:28:05 +0000 Subject: [PATCH] Unordered: allocator_helpers.hpp was moved. [SVN r78347] --- include/boost/unordered/detail/allocator_helpers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/allocator_helpers.hpp b/include/boost/unordered/detail/allocator_helpers.hpp index 4f2e13d8..6b59aec3 100644 --- a/include/boost/unordered/detail/allocator_helpers.hpp +++ b/include/boost/unordered/detail/allocator_helpers.hpp @@ -54,7 +54,7 @@ #if BOOST_UNORDERED_USE_ALLOCATOR_TRAITS == 1 # include #elif BOOST_UNORDERED_USE_ALLOCATOR_TRAITS == 2 -# include +# include #endif #if !defined(BOOST_NO_0X_HDR_TYPE_TRAITS)