diff --git a/Common/DataModel/vtkImageData.h b/Common/DataModel/vtkImageData.h
index 879897ec890a3b36c3bc8a8d2f2e478845d7eed6..dd0cc6858ab92a57522b5f55eaaab557d0fd275f 100644
--- a/Common/DataModel/vtkImageData.h
+++ b/Common/DataModel/vtkImageData.h
@@ -79,6 +79,7 @@ public:
   vtkCell* GetCell(int i, int j, int k) override;
   void GetCell(vtkIdType cellId, vtkGenericCell* cell) override;
   void GetCellBounds(vtkIdType cellId, double bounds[6]) override;
+  using vtkDataSet::FindPoint;
   vtkIdType FindPoint(double x[3]) override;
   vtkIdType FindCell(double x[3], vtkCell* cell, vtkIdType cellId, double tol2, int& subId,
     double pcoords[3], double* weights) override;