From: Wolfgang Bangerth Date: Fri, 13 Dec 2002 23:28:32 +0000 (+0000) Subject: Fix something for Max OS X. X-Git-Tag: v8.0.0~17167 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f8349ba4aec09f5f5774e965016b91dc51159f;p=dealii.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