diff --git a/src/db/db/dbNetShape.cc b/src/db/db/dbNetShape.cc index ba3564754..6549e0a3e 100644 --- a/src/db/db/dbNetShape.cc +++ b/src/db/db/dbNetShape.cc @@ -212,7 +212,7 @@ bool NetShape::interacts_with_transformed (const db::NetShape &other, const Tr & } // explicit instantiations -template bool NetShape::interacts_with_transformed (const db::NetShape &other, const db::ICplxTrans &trans) const; -template bool NetShape::interacts_with_transformed (const db::NetShape &other, const db::Trans &trans) const; +template DB_PUBLIC bool NetShape::interacts_with_transformed (const db::NetShape &other, const db::ICplxTrans &trans) const; +template DB_PUBLIC bool NetShape::interacts_with_transformed (const db::NetShape &other, const db::Trans &trans) const; }