]> Creatis software - gdcm.git/blobdiff - gdcmPython/gdcm.i
* Add a RefCounter object that is deleted only when it's reference count is
[gdcm.git] / gdcmPython / gdcm.i
index 1849a9a01462b9e0e6dee3652ec3bf0f1d06c20d..a3bdeda9376ce002ba132a39683e3b5118cf8ef9 100644 (file)
@@ -5,6 +5,7 @@
 
 #include "gdcmCommon.h"
 #include "gdcmBase.h"
+#include "gdcmRefCounter.h"
 #include "gdcmTagKey.h"
 #include "gdcmVRKey.h"
 #include "gdcmDict.h"
@@ -242,6 +243,7 @@ typedef unsigned long long uint64_t;
 // Warning: Order matters !
 %include "gdcmCommon.h"
 %include "gdcmBase.h"
+%include "gdcmRefCounter.h"
 %include "gdcmTagKey.h"
 %include "gdcmVRKey.h"
 %include "gdcmDicomEntry.h"