X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictSet.h;h=b2be826a7490b2410b9fc0e2eefdc4f612eb2ff3;hb=ba8a9ca0672ca189114be7abdef289648fdfdef6;hp=2d7789ab4c0eeb2ced2007386d12c32473a197a7;hpb=ba78e6c6d47d6db1528e8e88e5ebde7296a26692;p=gdcm.git diff --git a/src/gdcmDictSet.h b/src/gdcmDictSet.h index 2d7789ab..b2be826a 100644 --- a/src/gdcmDictSet.h +++ b/src/gdcmDictSet.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictSet.h,v $ Language: C++ - Date: $Date: 2004/12/03 20:16:57 $ - Version: $Revision: 1.29 $ + Date: $Date: 2004/12/16 13:46:37 $ + Version: $Revision: 1.30 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -19,6 +19,7 @@ #ifndef GDCMDICTSET_H #define GDCMDICTSET_H +#include "gdcmBase.h" #include "gdcmDict.h" #include @@ -37,7 +38,7 @@ typedef std::map DictSetHT; * \par having many in memory representations of the same dictionary * (saving memory). */ -class GDCM_EXPORT DictSet +class GDCM_EXPORT DictSet : public Base { public: DictSet();