]> Creatis software - gdcm.git/commitdiff
COMP: Fix comp on dash8 (gcc296)
authormalaterre <malaterre>
Mon, 15 May 2006 14:47:13 +0000 (14:47 +0000)
committermalaterre <malaterre>
Mon, 15 May 2006 14:47:13 +0000 (14:47 +0000)
src/gdcmVRKey.h

index 773e0ccc6681ae0f01d452d59967c72e6d3777f2..069cbe353cb74541362c6140e7110aed1b1403e0 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmVRKey.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/23 15:01:34 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2006/05/15 14:47:13 $
+  Version:   $Revision: 1.6 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -23,6 +23,7 @@
 
 #include <assert.h>
 #include <iomanip> // important
+#include <string>
 
 namespace gdcm 
 {