From: malaterre Date: Mon, 27 Sep 2004 15:40:07 +0000 (+0000) Subject: ENH: Afterall a Dashboard on Win32 is usefull :) X-Git-Tag: Version0.6.bp~148 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2e885708cc267161a461c9921564475fbd7d514e;p=gdcm.git ENH: Afterall a Dashboard on Win32 is usefull :) --- 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