From cb11da1b2a95e72ff3a28cc0cedc69ca99b3a459 Mon Sep 17 00:00:00 2001 From: wolf Date: Sat, 29 Jan 2000 15:24:18 +0000 Subject: [PATCH] Add comment on what one should do with OS dependence. git-svn-id: https://svn.dealii.org/trunk@2281 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/timer.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/base/source/timer.cc b/deal.II/base/source/timer.cc index f52fd65220..ef8604dd52 100644 --- a/deal.II/base/source/timer.cc +++ b/deal.II/base/source/timer.cc @@ -4,9 +4,10 @@ #include #include -#include - +// this include should probably be properly +// ./configure'd using the AC_HEADER_TIME macro: +#include // maybe use times() instead of clock()? -- 2.39.5