]> Creatis software - gdcm.git/blobdiff - src/gdcmOrientation.h
English typo
[gdcm.git] / src / gdcmOrientation.h
index cbfd5ffc4a2ecc05c046541fe448858d7d0f9ac6..3073e98d25748ad7f23568d577c291b372d40bcf 100644 (file)
@@ -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 <map>
 
 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
 {