diff --git a/test/sp_nullptr_test.cpp b/test/sp_nullptr_test.cpp index a1779bb..1b3965c 100644 --- a/test/sp_nullptr_test.cpp +++ b/test/sp_nullptr_test.cpp @@ -9,6 +9,7 @@ // #include +#include #include #include #include @@ -37,7 +38,7 @@ private: int X::instances = 0; -void f( std::nullptr_t ) +void f( boost::detail::sp_nullptr_t ) { }