From: malaterre Date: Fri, 29 Jul 2005 20:50:07 +0000 (+0000) Subject: COMP: Fix compilation on gcc296 X-Git-Tag: Version1.2.bp~250 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8aca7faade6f1b813c7b3f59dbe05f51c8a8424d;p=gdcm.git COMP: Fix compilation on gcc296 --- 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 {