tag 455442 patch
thanks

Martin Michlmayr <[EMAIL PROTECTED]> (09/12/2007):
> Package: vtk
> Version: 5.0.3-1
> Usertags: ftbfs-gcc-4.3

Hi,

please find attached a patch to fix this FTBFS.

Cheers,

-- 
Cyril Brulebois
--- a/Utilities/DICOMParser/DICOMAppHelper.cxx
+++ b/Utilities/DICOMParser/DICOMAppHelper.cxx
@@ -38,6 +38,8 @@
 #include <mem.h> // for memcpy
 #endif
 
+#include <cstring>
+
 //#define DEBUG_DICOM_APP_HELPER
 
 class DICOMAppHelperImplementation
--- a/Utilities/DICOMParser/DICOMFile.cxx
+++ b/Utilities/DICOMParser/DICOMFile.cxx
@@ -28,6 +28,8 @@
 #include "DICOMConfig.h"
 #include "DICOMFile.h"
 
+#include <cstring>
+
 DICOMFile::DICOMFile() : InputStream()
 {
   /* Are we little or big endian?  From Harbison&Steele.  */
--- a/Utilities/DICOMParser/DICOMParser.cxx
+++ b/Utilities/DICOMParser/DICOMParser.cxx
@@ -42,6 +42,8 @@
 #include "DICOMParser.h"
 #include "DICOMCallback.h"
 
+#include <cstring>
+
 
 // Define DEBUG_DICOM to get debug messages sent to dicom_stream::cerr
 // #define DEBUG_DICOM

Attachment: signature.asc
Description: Digital signature

Reply via email to