]> Creatis software - gdcm.git/commitdiff
* src/gdcmUtil.cxx: added forgotten iostream include.
authorfrog <frog>
Mon, 29 Mar 2004 10:04:50 +0000 (10:04 +0000)
committerfrog <frog>
Mon, 29 Mar 2004 10:04:50 +0000 (10:04 +0000)
ChangeLog
src/.cvsignore
src/gdcmUtil.cxx

index 9a7e7138527d6ae5b1975712e817812c24a33363..9f4052071a8406ae7c0ce048d25800d94dfb1a34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2004-03-29  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
      * src/gdcmParser.cxx: removal of all TAB character. Indentation fixed.
+     * src/gdcmUtil.cxx: added forgotten iostream include.  
 
 2004-03-27  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
      * src/gdcmUtil.[cxx|h] split in two. Additional file gdcmGlobal.[cxx|h]
index 27bc05d7af9bafd93b34f312063ffbdfc965872a..e216a7c2fdf07129e2a980aa4ba2cfa8627c9130 100644 (file)
@@ -11,4 +11,5 @@ Makefile
 config.h
 config.h.in
 stamp-h
+stamp-h1
 stamp-h.in
index c2e169ddb1563bb2f5fcb9288b6ff0c38340e395..105ef232986721cf49ed7a18ca3d7954dd1765ae 100644 (file)
@@ -5,6 +5,7 @@
 #include <stdio.h>
 #include <ctype.h>   // For isspace
 #include <string.h>  // CLEANME: could this be only string ? Related to Win32 ?
+#include <iostream>
 
 /**
  * \ingroup Globals