From f6dbab059809959b586408f89330264a03cfe656 Mon Sep 17 00:00:00 2001 From: malaterre Date: Fri, 3 Sep 2004 15:52:39 +0000 Subject: [PATCH 1/1] FIX: Pb on recent linux machine --- Example/TestCopyDicom.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Example/TestCopyDicom.cxx b/Example/TestCopyDicom.cxx index f1b4978f..76047119 100644 --- a/Example/TestCopyDicom.cxx +++ b/Example/TestCopyDicom.cxx @@ -3,6 +3,10 @@ #include "gdcmDocument.h" #include "gdcmValEntry.h" +#ifndef _WIN32 +#include +#endif + // return true if the file exists bool FileExists(const char* filename) { -- 2.46.1