X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.h;h=9301e24a2b59b9d24f523cb39cf3681e6c6489fe;hb=d3710448e1a6c462d762a10b9f02ca051bf090e3;hp=db5869a0301f5ac335ab82652bae218a2c38a437;hpb=0457e1e8fc68df6d9e2d1a0fcd0053ecee3c5ad7;p=gdcm.git diff --git a/src/gdcmVR.h b/src/gdcmVR.h index db5869a0..9301e24a 100644 --- a/src/gdcmVR.h +++ b/src/gdcmVR.h @@ -3,13 +3,13 @@ #ifndef GDCMVR_H #define GDCMVR_H +#include "gdcmCommon.h" #include #include -#include "gdcmCommon.h" -typedef string VRKey; -typedef string VRAtr; -typedef map VRHT; // Value Representation Hash Table +typedef std::string VRKey; +typedef std::string VRAtr; +typedef std::map VRHT; // Value Representation Hash Table /// Container for dicom Value Representation Hash Table /// \note This is a singleton