From: bangerth Date: Wed, 11 Feb 2009 14:05:50 +0000 (+0000) Subject: Include instead of and hope that it provides the right X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06426ef6758a3e7fde27076a5417c345b050befe;p=dealii-svn.git 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 --- 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