From: Eduardo DAVILA Date: Tue, 7 Mar 2023 13:39:29 +0000 (+0100) Subject: #3327 TransformDicom3D in Linux X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=inline;h=be6f0469784f91d6f30859148054dc778d57a218;p=creaImageIO.git #3327 TransformDicom3D in Linux --- diff --git a/lib/TransformDicom3D/CreaImage.cxx b/lib/TransformDicom3D/CreaImage.cxx index d4fc742..a8fe9c4 100644 --- a/lib/TransformDicom3D/CreaImage.cxx +++ b/lib/TransformDicom3D/CreaImage.cxx @@ -1,4 +1,4 @@ -#include"Math.h" +#include "math.h" #include"CreaImage.h" //------------------------------------------------------------------------------------------- diff --git a/lib/TransformDicom3D/CreaImageComplement.cxx b/lib/TransformDicom3D/CreaImageComplement.cxx index b149441..2529277 100644 --- a/lib/TransformDicom3D/CreaImageComplement.cxx +++ b/lib/TransformDicom3D/CreaImageComplement.cxx @@ -1,6 +1,6 @@ -#include"Math.h" -#include"CreaImage.h" -#include"CreaImageComplement.h" +#include "math.h" +#include "CreaImage.h" +#include "CreaImageComplement.h" //------------------------------------------------------------------------------------------- CreaImageComplement::CreaImageComplement() diff --git a/lib/TransformDicom3D/matrixRotation.cxx b/lib/TransformDicom3D/matrixRotation.cxx index 40b1f52..cc95d0e 100644 --- a/lib/TransformDicom3D/matrixRotation.cxx +++ b/lib/TransformDicom3D/matrixRotation.cxx @@ -1,4 +1,4 @@ -#include"Math.h" +#include"math.h" #include"matrixRotation.h" //-------------------------------------------------------------------------------------------