From ff5aeabe22a59c4e5883b15aa04e37bc8f16df0e Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Tue, 17 Nov 2020 19:32:26 +0100 Subject: [PATCH] missing MESHLAB_SCALAR --- .../filter_globalregistration/globalregistration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlabplugins/filter_globalregistration/globalregistration.cpp b/src/meshlabplugins/filter_globalregistration/globalregistration.cpp index 0139e6feb..8840b2ca4 100644 --- a/src/meshlabplugins/filter_globalregistration/globalregistration.cpp +++ b/src/meshlabplugins/filter_globalregistration/globalregistration.cpp @@ -28,7 +28,7 @@ #include //#include -using PointType = gr::Point3D; +using PointType = gr::Point3D; GlobalRegistrationPlugin::GlobalRegistrationPlugin() {