X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestCopyDicom.cxx;h=e67a9926ce380aebb25487a81fa6963cd9a313e3;hb=1ce3c187fd42db21539066a0ec8df1599e16eba2;hp=a5b6dfa3ce8aed993a34c1d2b6bd04a30a2179f7;hpb=5dd999e6394b31ea3b040e8cd71563dc1951c23c;p=gdcm.git diff --git a/Testing/TestCopyDicom.cxx b/Testing/TestCopyDicom.cxx index a5b6dfa3..e67a9926 100644 --- a/Testing/TestCopyDicom.cxx +++ b/Testing/TestCopyDicom.cxx @@ -6,6 +6,10 @@ //Generated file: #include "gdcmDataImages.h" +#ifndef _WIN32 +#include //for access, unlink +#endif + // return true if the file exists bool FileExists(const char* filename) {