From bb09901bd434f928e28e2423df887334979ff8dc Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 25 Jul 2005 03:44:35 +0000 Subject: [PATCH] COMP: Fix compilation sqrt need prototype --- src/gdcmOrientation.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gdcmOrientation.cxx b/src/gdcmOrientation.cxx index 236899b9..481ae7af 100644 --- a/src/gdcmOrientation.cxx +++ b/src/gdcmOrientation.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmOrientation.cxx,v $ Language: C++ - Date: $Date: 2005/07/24 02:49:25 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/07/25 03:44:35 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -19,6 +19,7 @@ #include "gdcmOrientation.h" #include "gdcmFile.h" #include "gdcmDebug.h" +#include // for sqrt namespace gdcm { -- 2.48.1