From: malaterre Date: Thu, 7 Oct 2004 18:09:11 +0000 (+0000) Subject: ENH: Please include stl header AFTER gdcm ones, otherwise pragma warnings won't work X-Git-Tag: Version0.6.bp~118 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8227fb56bdf08951fbaedbf8fd51254bfae5a4a0;p=gdcm.git ENH: Please include stl header AFTER gdcm ones, otherwise pragma warnings won't work --- diff --git a/src/gdcmElementSet.h b/src/gdcmElementSet.h index 4123aaee..375576e7 100644 --- a/src/gdcmElementSet.h +++ b/src/gdcmElementSet.h @@ -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 @@ -19,10 +19,10 @@ #ifndef GDCMELEMENTSET_H #define GDCMELEMENTSET_H -#include -#include #include "gdcmCommon.h" #include "gdcmDocEntrySet.h" +#include +#include class gdcmValEntry; class gdcmBinEntry;