From 8aca7faade6f1b813c7b3f59dbe05f51c8a8424d Mon Sep 17 00:00:00 2001 From: malaterre Date: Fri, 29 Jul 2005 20:50:07 +0000 Subject: [PATCH] COMP: Fix compilation on gcc296 --- src/gdcmOrientation.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gdcmOrientation.h b/src/gdcmOrientation.h index 26d1829c..3073e98d 100644 --- a/src/gdcmOrientation.h +++ b/src/gdcmOrientation.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmOrientation.h,v $ Language: C++ - Date: $Date: 2005/07/29 15:07:56 $ - Version: $Revision: 1.3 $ + Date: $Date: 2005/07/29 20:50:07 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -20,6 +20,7 @@ #define GDCMORIENTATION_H #include "gdcmBase.h" +#include namespace gdcm { -- 2.48.1