From: malaterre Date: Mon, 25 Jul 2005 03:44:35 +0000 (+0000) Subject: COMP: Fix compilation sqrt need prototype X-Git-Tag: Version1.2.bp~262 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=bb09901bd434f928e28e2423df887334979ff8dc;p=gdcm.git COMP: Fix compilation sqrt need prototype --- 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 {