From db0969d97b78015a4a95ee80a6f5cc77316fce09 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 12 Jul 2006 12:31:28 +0000 Subject: [PATCH] TR1 cyclic inclusion fix [SVN r34512] --- include/boost/shared_array.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/shared_array.hpp b/include/boost/shared_array.hpp index 9216e89..eb69c8e 100644 --- a/include/boost/shared_array.hpp +++ b/include/boost/shared_array.hpp @@ -20,6 +20,8 @@ #include #else +#include // TR1 cyclic inclusion fix + #include #include