From 5758e519486b98c99b00065f58a639df3621589d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 26 Mar 2009 12:47:24 +0000 Subject: [PATCH] Fix sp_typeinfo.hpp include. Refs #2885. [SVN r51985] --- include/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp b/include/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp index b60b80d..0c69b0b 100644 --- a/include/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp +++ b/include/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp @@ -20,7 +20,7 @@ // Lock-free algorithm by Alexander Terekhov // -#include "sp_typeinfo.hpp" +#include namespace boost {