From 8bec0fe5feae7564d64534eb3b4381b3a8f61e70 Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 21 Dec 2004 15:14:58 +0000 Subject: [PATCH] ENH: Fixing some warning about unknown class gdcm::Base --- gdcmPython/gdcm.i | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.45.1