From 6412de1dd57d5e4bed192ec43b7f6d76b3c0a92a Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 10 Jul 2006 13:17:41 +0000 Subject: [PATCH] TR1 cyclic dependency fixes. [SVN r34499] --- 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