From 06426ef6758a3e7fde27076a5417c345b050befe Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 11 Feb 2009 14:05:50 +0000 Subject: [PATCH] Include instead of and hope that it provides the right declarations. The old way failed with the SGI compiler. git-svn-id: https://svn.dealii.org/trunk@18362 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/logstream.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/deal.II/base/include/base/logstream.h b/deal.II/base/include/base/logstream.h index e57346becc..99677ceca6 100644 --- a/deal.II/base/include/base/logstream.h +++ b/deal.II/base/include/base/logstream.h @@ -22,15 +22,7 @@ #include #include #include - -// we only need output streams, but older compilers did not provide -// them in a separate include file -#ifdef HAVE_STD_OSTREAM_HEADER -# include -#else -# include -#endif - +#include DEAL_II_NAMESPACE_OPEN -- 2.39.5