From: Wolfgang Bangerth Date: Sat, 29 Jan 2000 15:24:18 +0000 (+0000) Subject: Add comment on what one should do with OS dependence. X-Git-Tag: v8.0.0~21079 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc11bc9298f3a5cec9dde12fa5f203b5a469b3ae;p=dealii.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()?