From: wolf Date: Sat, 29 Jan 2000 15:24:18 +0000 (+0000) Subject: Add comment on what one should do with OS dependence. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb11da1b2a95e72ff3a28cc0cedc69ca99b3a459;p=dealii-svn.git Add comment on what one should do with OS dependence. git-svn-id: https://svn.dealii.org/trunk@2281 0785d39b-7218-0410-832d-ea1e28bc413d --- 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()?