X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=gdcmPython%2Fgdcm.i;h=a91a46357d34bd6af42d84f295a1257cf9f99c3d;hb=5a18ad93028105d622b108a86a31025120e2c619;hp=1e63ca139b54a9b773938597c174a147b44786a3;hpb=07112c72cc216357f1afc204d4f7c8fd83244c0a;p=gdcm.git diff --git a/gdcmPython/gdcm.i b/gdcmPython/gdcm.i index 1e63ca13..a91a4635 100644 --- a/gdcmPython/gdcm.i +++ b/gdcmPython/gdcm.i @@ -23,6 +23,7 @@ #include "gdcmDicomDirPatient.h" #include "gdcmDicomDirStudy.h" #include "gdcmDicomDirSerie.h" +#include "gdcmDirList.h" #include "gdcmDocEntrySet.h" #include "gdcmDocument.h" #include "gdcmElementSet.h" @@ -61,7 +62,7 @@ typedef unsigned long long uint64_t; //////////////////////////////////////////////// // Convert a DocEntry * to the real derived class -%typemap(out) gdcm::DocEntry * +%typemap(out) gdcm::DocEntry * { PyObject *newEntry;