From 92d01747110960c147079cb753b15ea93e417dde Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 8 Dec 2022 00:48:23 +0100 Subject: [PATCH] Fixed a build issue --- src/db/db/dbShapes.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/db/db/dbShapes.cc b/src/db/db/dbShapes.cc index 4372f82ea..7635bb73f 100644 --- a/src/db/db/dbShapes.cc +++ b/src/db/db/dbShapes.cc @@ -1444,6 +1444,8 @@ template class DB_PUBLIC layer_op; template class DB_PUBLIC layer_op, db::unstable_layer_tag>; template class DB_PUBLIC layer_op; template class DB_PUBLIC layer_op, db::unstable_layer_tag>; +template class DB_PUBLIC layer_op; +template class DB_PUBLIC layer_op, db::unstable_layer_tag>; template class DB_PUBLIC layer_op; template class DB_PUBLIC layer_op, db::unstable_layer_tag>; template class DB_PUBLIC layer_op;