X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcm.h;h=bae51665f76ae44ed824521fd8d5cca66861acd0;hb=c5618e6b8276e1b21bbea354fe8bcba3c78eb4bd;hp=e1fd77c8adefc8e3dc126b2a1e936dc9e43aabe1;hpb=a121332ce0bfcf7ef8226083932d0e7b71e1afb5;p=gdcm.git diff --git a/src/gdcm.h b/src/gdcm.h index e1fd77c8..bae51665 100644 --- a/src/gdcm.h +++ b/src/gdcm.h @@ -3,7 +3,7 @@ #ifndef GDCM_H #define GDCM_H -//////////////////////////////////////////////////////////////////////////// +//----------------------------------------------------------------------------- // Tag based hash tables. // We shall use as keys the strings (as the C++ type) obtained by // concatenating the group value and the element value (both of type @@ -20,12 +20,15 @@ #include "gdcmDict.h" #include "gdcmDictSet.h" +#include "gdcmParser.h" + #include "gdcmHeaderEntry.h" -#include "gdcmHeaderEntrySet.h" #include "gdcmHeader.h" #include "gdcmHeaderHelper.h" #include "gdcmFile.h" +#include "gdcmUtil.h" + //----------------------------------------------------------------------------- -#endif // #ifndef GDCM_H +#endif