]> Creatis software - gdcm.git/commitdiff
COMP: Fix comp on Win32 machine
authormalaterre <malaterre>
Mon, 24 Oct 2005 13:17:22 +0000 (13:17 +0000)
committermalaterre <malaterre>
Mon, 24 Oct 2005 13:17:22 +0000 (13:17 +0000)
Testing/TestInline.cxx

index e0811745b8ab5e496af3d0a22a86f8b611c83044..3b77056f727aa85f0c0c069bfa3371f4621fc760 100755 (executable)
@@ -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 <time.h>
 #ifdef CMAKE_HAVE_SYS_TIMES_H
 #include <sys/times.h>
+#else
+#include <sys/timeb.h>
 #endif
 
 void        frswap (double &a, double &b);