From: jpr Date: Mon, 19 Jan 2004 13:55:25 +0000 (+0000) Subject: add #include X-Git-Tag: Version0.4~85 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e8235a5f13987040aac69069bf6e1667cfe36507;p=gdcm.git add #include ansi protyping for gdcmDICOMDIR::GetEntryByName --- diff --git a/src/Makefile.am b/src/Makefile.am index ffca2bfd..314497fc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,16 +12,16 @@ libgdcm_la_LIBADD = \ $(top_builddir)/src/jpeg/libijg8/libgdcmijpeg8.la \ $(top_builddir)/src/jpeg/ljpg/libgdcmjpg.la -libgdcm_la_SOURCES= \ +libgdcm_la_SOURCES= \ gdcmException.cxx \ gdcmUtil.cxx \ gdcmParser.cxx \ gdcmHeader.cxx \ - gdcmHeaderHelper.cxx \ - gdcmHeaderEntry.cxx \ + gdcmHeaderHelper.cxx \ + gdcmHeaderEntry.cxx \ gdcmDictEntry.cxx \ gdcmDict.cxx \ - gdcmDictSet.cxx \ + gdcmDictSet.cxx \ gdcmFile.cxx \ gdcmVR.cxx \ gdcmTS.cxx \ @@ -30,10 +30,10 @@ libgdcm_la_SOURCES= \ gdcmJpeg2000.cxx \ gdcmRLE.cxx \ gdcmParse.cxx \ - gdcmDICOMDIR.cxx \ - gdcmPatient.cxx \ - gdcmStudy.cxx \ - gdcmSequence.cxx \ + gdcmDICOMDIR.cxx \ + gdcmPatient.cxx \ + gdcmStudy.cxx \ + gdcmSequence.cxx \ gdcmImage.cxx @@ -55,7 +55,7 @@ libgdcminclude_HEADERS = \ gdcmObject.h \ gdcmPatient.h \ gdcmStudy.h \ - gdcmSequence.h \ + gdcmSequence.h \ gdcmImage.h diff --git a/src/gdcmParser.cxx b/src/gdcmParser.cxx index 1b86aeca..797d50c8 100644 --- a/src/gdcmParser.cxx +++ b/src/gdcmParser.cxx @@ -2,6 +2,7 @@ //----------------------------------------------------------------------------- #include "gdcmParser.h" #include "gdcmUtil.h" +#include // For nthos: #ifdef _MSC_VER