]> Creatis software - gdcm.git/blobdiff - src/gdcmHeader.cxx
Zilch.
[gdcm.git] / src / gdcmHeader.cxx
index f230f4de54ce5fcef7937acc86dbb3b35a3ef34b..f0fdcf33d2e2ba2fdd5d2d878798ad6dd3ab8336 100644 (file)
@@ -1,15 +1,15 @@
 // gdcmHeader.cxx
 //-----------------------------------------------------------------------------
-#include "gdcmHeader.h"
-
 #include <stdio.h>
 #include <cerrno>
 #include <cctype>    // for isalpha
+#include <vector>
 
+#include "gdcmHeader.h"
 #include "gdcmUtil.h"
+#include "gdcmDebug.h"
 #include "gdcmTS.h"
 
-
 //-----------------------------------------------------------------------------
 // Constructor / Destructor
 /**