From: malaterre Date: Mon, 24 Oct 2005 13:17:22 +0000 (+0000) Subject: COMP: Fix comp on Win32 machine X-Git-Tag: OpenJPEG.Version1.2~215 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6ee3a1426ecb98787e154fe572581e97efb962cd;p=gdcm.git COMP: Fix comp on Win32 machine --- diff --git a/Testing/TestInline.cxx b/Testing/TestInline.cxx index e0811745..3b77056f 100755 --- a/Testing/TestInline.cxx +++ b/Testing/TestInline.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestInline.cxx,v $ Language: C++ - Date: $Date: 2005/10/24 10:55:12 $ - Version: $Revision: 1.3 $ + Date: $Date: 2005/10/24 13:17:22 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -36,6 +36,8 @@ #include #ifdef CMAKE_HAVE_SYS_TIMES_H #include +#else +#include #endif void frswap (double &a, double &b);