X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=src%2FgdcmOrientation.h;h=3073e98d25748ad7f23568d577c291b372d40bcf;hb=90028533d21e1950958b444f4eb91b6d78b9bb59;hp=cbfd5ffc4a2ecc05c046541fe448858d7d0f9ac6;hpb=53bb1d7e94a7de69ecafa9e81653d3baeb2e02ad;p=gdcm.git diff --git a/src/gdcmOrientation.h b/src/gdcmOrientation.h index cbfd5ffc..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/26 02:16:19 $ - Version: $Revision: 1.2 $ + 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 { @@ -35,7 +36,7 @@ class File; //----------------------------------------------------------------------------- /** - * \brief Orientation class for dealing with DICOM image orienation + * \brief Orientation class for dealing with DICOM image orientation */ class GDCM_EXPORT Orientation : public Base {