]> Creatis software - gdcm.git/blobdiff - src/gdcmTS.h
*FIX : gdcmHeader::LoadElements is now based
[gdcm.git] / src / gdcmTS.h
index 0aa14c3d43a5479c78856ef28b14893e344dedd3..6380c07c82328e2834cd6e87cf2ffd84e3af8472 100644 (file)
@@ -3,9 +3,9 @@
 #ifndef GDCMTS_H
 #define GDCMTS_H
 
+#include "gdcmCommon.h"
 #include <map>
 #include <string>
-#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