From a3f8349ba4aec09f5f5774e965016b91dc51159f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 13 Dec 2002 23:28:32 +0000 Subject: [PATCH] Fix something for Max OS X. git-svn-id: https://svn.dealii.org/trunk@6819 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/log.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5