]> Creatis software - gdcm.git/commitdiff
ENH: Please include stl header AFTER gdcm ones, otherwise pragma warnings won't work
authormalaterre <malaterre>
Thu, 7 Oct 2004 18:09:11 +0000 (18:09 +0000)
committermalaterre <malaterre>
Thu, 7 Oct 2004 18:09:11 +0000 (18:09 +0000)
src/gdcmElementSet.h

index 4123aaeefd7d1f0db08152fbaf451658ff045756..375576e70c17ea4e93415841ea4aa7cfad6bd33e 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmElementSet.h,v $
   Language:  C++
-  Date:      $Date: 2004/09/27 08:39:07 $
-  Version:   $Revision: 1.17 $
+  Date:      $Date: 2004/10/07 18:09:11 $
+  Version:   $Revision: 1.18 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 #ifndef GDCMELEMENTSET_H
 #define GDCMELEMENTSET_H
 
-#include <map>
-#include <iostream>
 #include "gdcmCommon.h"
 #include "gdcmDocEntrySet.h"
+#include <map>
+#include <iostream>
 
 class gdcmValEntry;
 class gdcmBinEntry;