Compilation errors

This commit is contained in:
achulkov2 2019-12-23 16:52:44 +03:00
parent 8160b2af6a
commit ff954afec3

View File

@ -391,6 +391,7 @@ IPolygonDictionary::Polygon IPolygonDictionary::fieldToPolygon(const Field & fie
}
else
throw Exception{"Polygon is not represented by an array", ErrorCodes::TYPE_MISMATCH};
bg::correct(result);
return result;
}