From 2e885708cc267161a461c9921564475fbd7d514e Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 27 Sep 2004 15:40:07 +0000 Subject: [PATCH] ENH: Afterall a Dashboard on Win32 is usefull :) --- Example/TestCopyDicom.cxx | 2 ++ Testing/TestCopyDicom.cxx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Example/TestCopyDicom.cxx b/Example/TestCopyDicom.cxx index b07b1afc..2edc47f8 100644 --- a/Example/TestCopyDicom.cxx +++ b/Example/TestCopyDicom.cxx @@ -6,6 +6,8 @@ #ifndef _WIN32 #include //for access, unlink +#else +#include //for _access #endif // return true if the file exists diff --git a/Testing/TestCopyDicom.cxx b/Testing/TestCopyDicom.cxx index 1effa9f6..62e1a727 100644 --- a/Testing/TestCopyDicom.cxx +++ b/Testing/TestCopyDicom.cxx @@ -9,6 +9,8 @@ #ifndef _WIN32 #include //for access, unlink +#else +#include //for _access on Win32 #endif // return true if the file exists -- 2.48.1