X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcm.h;h=bae51665f76ae44ed824521fd8d5cca66861acd0;hb=c5618e6b8276e1b21bbea354fe8bcba3c78eb4bd;hp=1763c29ab8b5243ccdf87326590a561b4fae1784;hpb=74898aac8bf30b29bb0e33a3e74d0f5a0b71518e;p=gdcm.git diff --git a/src/gdcm.h b/src/gdcm.h index 1763c29a..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 "gdcmHedaerEntrySet.h" #include "gdcmHeader.h" #include "gdcmHeaderHelper.h" #include "gdcmFile.h" +#include "gdcmUtil.h" + //----------------------------------------------------------------------------- -#endif // #ifndef GDCM_H +#endif