X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=gdcmPython%2Fgdcm.i;h=2678d19f159ae31e03271fa10282f512dfb5fef9;hb=079305bacab464b4e62e19ca829c67ce255f8f1d;hp=5c4dc258de8d097235a40e710543fe78d6e03566;hpb=8d10ccb6794a0f22234983990e2181a24625fbd8;p=gdcm.git diff --git a/gdcmPython/gdcm.i b/gdcmPython/gdcm.i index 5c4dc258..2678d19f 100644 --- a/gdcmPython/gdcm.i +++ b/gdcmPython/gdcm.i @@ -1,6 +1,7 @@ %module gdcm %{ #include "gdcmCommon.h" +#include "gdcmBase.h" #include "gdcmDict.h" #include "gdcmDictEntry.h" #include "gdcmDictSet.h" @@ -273,6 +274,7 @@ using namespace gdcm; //////////////////////////////////////////////////////////////////////////// // Warning: Order matters ! %include "gdcmCommon.h" +%include "gdcmBase.h" %include "gdcmDictEntry.h" %include "gdcmDict.h" %include "gdcmDocEntrySet.h"