X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmHeader.h;h=e377f90a179728086ba46591c7af8ad6701e1142;hb=4aa1b564dbc367ea47737eaac09b39fa3ec3edf6;hp=a5a21fb02bbee728dbccf89225dcdd44c60fb342;hpb=d44cb38c3275dc302d9b523c17d346810f0e6644;p=gdcm.git diff --git a/src/gdcmHeader.h b/src/gdcmHeader.h index a5a21fb0..e377f90a 100644 --- a/src/gdcmHeader.h +++ b/src/gdcmHeader.h @@ -1,9 +1,8 @@ -// $Header: /cvs/public/gdcm/src/Attic/gdcmHeader.h,v 1.38 2003/09/18 09:32:15 regrain Exp $ +// $Header: /cvs/public/gdcm/src/Attic/gdcmHeader.h,v 1.39 2003/10/02 11:26:16 malaterre Exp $ #ifndef GDCMHEADER_H #define GDCMHEADER_H -#include #include "gdcmCommon.h" #include "gdcmVR.h" #include "gdcmTS.h" @@ -11,6 +10,7 @@ #include "gdcmDictSet.h" #include "gdcmElValue.h" #include "gdcmElValSet.h" +#include typedef std::string VRKey; typedef std::string VRAtr;