From be6f0469784f91d6f30859148054dc778d57a218 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Tue, 7 Mar 2023 14:39:29 +0100 Subject: [PATCH] #3327 TransformDicom3D in Linux --- lib/TransformDicom3D/CreaImage.cxx | 2 +- lib/TransformDicom3D/CreaImageComplement.cxx | 6 +++--- lib/TransformDicom3D/matrixRotation.cxx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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" //------------------------------------------------------------------------------------------- -- 2.45.1