X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictSet.cxx;h=d75a14e21b94249cc5d8cd60a2ce7f823432ee26;hb=5fbee0c35cc0f02ceea5d5a8be0c1900c63143bb;hp=9a8bea4c443c2e9aa59a526e1b0cf356602177ff;hpb=0457e1e8fc68df6d9e2d1a0fcd0053ecee3c5ad7;p=gdcm.git diff --git a/src/gdcmDictSet.cxx b/src/gdcmDictSet.cxx index 9a8bea4c..d75a14e2 100644 --- a/src/gdcmDictSet.cxx +++ b/src/gdcmDictSet.cxx @@ -4,6 +4,7 @@ #include // For getenv #include "gdcmUtil.h" #include "gdcmDictSet.h" +using namespace std; #define PUB_DICT_NAME "DicomV3Dict" #ifndef PUB_DICT_PATH @@ -98,7 +99,7 @@ gdcmDictSet::~gdcmDictSet() { /** * \ingroup gdcmDictSet * \brief Loads a dictionary from a specified file, and add it - * to allready the existing ones contained in this gdcmDictSet. + * to already the existing ones contained in this gdcmDictSet. * @param FileName Absolute or relative filename containing the * dictionary to load. * @param Name Symbolic name that be used as identifier of the newly