X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcm.h;h=bae51665f76ae44ed824521fd8d5cca66861acd0;hb=5285811a83dcd08d4e9364c74ebe1b163688f5bb;hp=7aa9fc3a445991c6652ffc3334309b7dba016dcb;hpb=d1cf86f331e421ff841ac1bb7323369751a648b9;p=gdcm.git diff --git a/src/gdcm.h b/src/gdcm.h index 7aa9fc3a..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,11 +20,15 @@ #include "gdcmDict.h" #include "gdcmDictSet.h" +#include "gdcmParser.h" + #include "gdcmHeaderEntry.h" #include "gdcmHeader.h" #include "gdcmHeaderHelper.h" #include "gdcmFile.h" +#include "gdcmUtil.h" + //----------------------------------------------------------------------------- -#endif // #ifndef GDCM_H +#endif