From: wolf Date: Fri, 13 Dec 2002 23:28:32 +0000 (+0000) Subject: Fix something for Max OS X. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e408245e25c7c3cc26b06c367081aae05368e77;p=dealii-svn.git Fix something for Max OS X. git-svn-id: https://svn.dealii.org/trunk@6819 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/log.cc b/deal.II/base/source/log.cc index e3534fc8ed..fefd825cfc 100644 --- a/deal.II/base/source/log.cc +++ b/deal.II/base/source/log.cc @@ -18,8 +18,8 @@ // include sys/resource.h for rusage(). Mac OS X needs sys/time.h then // as well (strange), so include that, too. -#include #include +#include #include #include #include