From: malaterre Date: Mon, 18 Apr 2005 02:29:07 +0000 (+0000) Subject: COMP: Need to include sys/stat for stat function + IS_DIR X-Git-Tag: Version1.2.bp~776 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1bd05dcb89e07d352f301179cacc88ebcfb961ee;p=gdcm.git COMP: Need to include sys/stat for stat function + IS_DIR --- diff --git a/src/gdcmDirList.cxx b/src/gdcmDirList.cxx index 27441507..2c362f64 100644 --- a/src/gdcmDirList.cxx +++ b/src/gdcmDirList.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDirList.cxx,v $ Language: C++ - Date: $Date: 2005/04/15 21:30:26 $ - Version: $Revision: 1.48 $ + Date: $Date: 2005/04/18 02:29:07 $ + Version: $Revision: 1.49 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -21,6 +21,7 @@ #include #include +#include //stat function #ifdef _MSC_VER #include @@ -28,7 +29,6 @@ #else #include #include - #include #endif namespace gdcm