]> Creatis software - gdcm.git/blobdiff - src/gdcmVR.h
*ENH: Turn it into DOS file type to match libgdcmijpeg8.dsp file type
[gdcm.git] / src / gdcmVR.h
index db5869a0301f5ac335ab82652bae218a2c38a437..9301e24a2b59b9d24f523cb39cf3681e6c6489fe 100644 (file)
@@ -3,13 +3,13 @@
 #ifndef GDCMVR_H
 #define GDCMVR_H
 
+#include "gdcmCommon.h"
 #include <map>
 #include <string>
-#include "gdcmCommon.h"
 
-typedef string VRKey;
-typedef string VRAtr;
-typedef map<VRKey, VRAtr> VRHT;    // Value Representation Hash Table
+typedef std::string VRKey;
+typedef std::string VRAtr;
+typedef std::map<VRKey, VRAtr> VRHT;    // Value Representation Hash Table
 
 /// Container for dicom Value Representation Hash Table
 /// \note   This is a singleton