]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix missing include file with gcc4.6.1 and MPI.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Oct 2011 08:18:37 +0000 (08:18 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Oct 2011 08:18:37 +0000 (08:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@24672 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/changes.h
deal.II/source/base/utilities.cc

index d8460dc40715a80761e5a67530463e0a6a565dfa..e145052e8a539c059b195bac9b07720de331f9d9 100644 (file)
@@ -34,7 +34,11 @@ inconvenience this causes.
 <h3>General</h3>
 
 <ol>
-<li>
+<li> Fixed: deal.II could not be compiled with gcc 4.6.1 when MPI is
+enabled due to a missing include file in file
+<code>source/base/utilities.cc</code>. This is now fixed.
+<br>
+(Wolfgang Bangerth, 2011/10/25)
 </ol>
 
 
index 7174b321205cc1e9b37d2a67d5364e44b00f1975..91d389e8823a210d060a2f21f7c45a6fa8b4b221 100644 (file)
@@ -19,6 +19,7 @@
 #include <algorithm>
 #include <cstdlib>
 #include <cstdio>
+#include <cstddef>
 #include <ctime>
 #include <cerrno>
 #include <cmath>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.