diff --git a/perception/image_projection_based_fusion/test/test_calc_iou_functions.cpp b/perception/image_projection_based_fusion/test/test_calc_iou_functions.cpp index 2f346080f6b98..2851ba09424f9 100644 --- a/perception/image_projection_based_fusion/test/test_calc_iou_functions.cpp +++ b/perception/image_projection_based_fusion/test/test_calc_iou_functions.cpp @@ -16,7 +16,9 @@ #include -using namespace image_projection_based_fusion; +using image_projection_based_fusion::calcIoU; +using image_projection_based_fusion::calcIoUX; +using image_projection_based_fusion::calcIoUY; TEST(GeometryTest, CalcIoU) {