X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDicomDirStudy.cxx;h=f6509abb380ef41a4cbb06ffd1616d7b47d9160b;hb=5154dc89c0a2a565e9e79024ba8910f405279dd2;hp=a2cf5859ad28ea6067f972d3605ed3418e661f8e;hpb=1a11accd11061d63d3c09db7b1445637207e81e4;p=gdcm.git diff --git a/src/gdcmDicomDirStudy.cxx b/src/gdcmDicomDirStudy.cxx index a2cf5859..f6509abb 100644 --- a/src/gdcmDicomDirStudy.cxx +++ b/src/gdcmDicomDirStudy.cxx @@ -2,7 +2,7 @@ //----------------------------------------------------------------------------- #include "gdcmDicomDirStudy.h" #include "gdcmDicomDirElement.h" -#include "gdcmUtil.h" +#include "gdcmGlobal.h" //----------------------------------------------------------------------------- // Constructor / Destructor @@ -22,8 +22,8 @@ */ gdcmDicomDirStudy::gdcmDicomDirStudy(ListTag::iterator begin, ListTag::iterator end, - TagHeaderEntryHT *ptagHT, - ListTag *plistEntries): + TagHeaderEntryHT *ptagHT, + ListTag *plistEntries): gdcmObject(begin,end,ptagHT,plistEntries) { }