X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmTS.h;h=6380c07c82328e2834cd6e87cf2ffd84e3af8472;hb=e1651d474779d823649657de3e5382677ddc6320;hp=0aa14c3d43a5479c78856ef28b14893e344dedd3;hpb=f2b0c784e97995ff66779139cf279b521f562f62;p=gdcm.git diff --git a/src/gdcmTS.h b/src/gdcmTS.h index 0aa14c3d..6380c07c 100644 --- a/src/gdcmTS.h +++ b/src/gdcmTS.h @@ -3,9 +3,9 @@ #ifndef GDCMTS_H #define GDCMTS_H +#include "gdcmCommon.h" #include #include -#include "gdcmCommon.h" typedef std::string TSKey; typedef std::string TSAtr; @@ -21,7 +21,7 @@ public: gdcmTS(void); ~gdcmTS(); int Count(TSKey key); - string GetValue(TSKey key); + std::string GetValue(TSKey key); }; #endif