diff --git a/Code/Projections/otbGenericRSTransform.h b/Code/Projections/otbGenericRSTransform.h index 4619435935fdb84768975d5791da7182ce44cbab..c84e8a6b18d182ac4043e43af373e2da455d6176 100644 --- a/Code/Projections/otbGenericRSTransform.h +++ b/Code/Projections/otbGenericRSTransform.h @@ -60,6 +60,7 @@ public: //@} typedef typename Superclass::ScalarType ScalarType; + typedef typename Superclass::JacobianType JacobianType; typedef itk::Point<ScalarType, NInputDimensions> InputPointType; typedef itk::Point<ScalarType, NOutputDimensions> OutputPointType;