X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestInline.cxx;fp=Testing%2FTestInline.cxx;h=60bbc61864840e2581e3ef0d6bf9828cf72f3f70;hb=ee38a24e454e9675ee479469a844f8a850bc1afa;hp=a8170c8c69c3f3feed6d3270fd6ead71368a84fb;hpb=9dbffd306a2b7981cf033ab8402c774f8f970475;p=gdcm.git diff --git a/Testing/TestInline.cxx b/Testing/TestInline.cxx index a8170c8c..60bbc618 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/23 14:49:51 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/10/24 01:16:20 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -34,7 +34,9 @@ #include #include +#ifdef CMAKE_HAVE_SYS_TIMES_H #include +#endif void frswap (double &a, double &b); void fpswap (double *a, double *b);