Fix sp_typeinfo.hpp include. Refs #2885.

[SVN r51985]
This commit is contained in:
Peter Dimov
2009-03-26 12:47:24 +00:00
parent 287d329276
commit 5758e51948

View File

@ -20,7 +20,7 @@
// Lock-free algorithm by Alexander Terekhov
//
#include "sp_typeinfo.hpp"
#include <boost/detail/sp_typeinfo.hpp>
namespace boost
{