diff --git a/aabb.cpp b/aabb.cpp index b54a496b..de772e7b 100644 --- a/aabb.cpp +++ b/aabb.cpp @@ -91,7 +91,7 @@ util::operator<< (std::ostream &os, AABB b) //----------------------------------------------------------------------------- #define INSTANTIATE_S_T(S,T) \ -template struct AABB; \ +namespace util { template struct AABB; } \ template bool debug::valid (const AABB&); \ template std::ostream& util::operator<< (std::ostream&, AABB);