[Pkg-scicomp-devel] netgen/trunk

Christophe Prud'homme prudhomm at debian.org
Tue Jul 17 04:32:58 UTC 2007


SVN commit 1695 by prudhomm:

merged with Rafael changes

 M  +5 -1      netgen/trunk/debian/changelog  
 M  +2 -0      netgen/trunk/ngsolve/comp/fespace.cpp  
 M  +1 -0      netgen/trunk/ngsolve/solve/shapetester.cpp  


--- netgen/trunk/debian/changelog #1694:1695
@@ -1,10 +1,14 @@
 netgen (4.4-8) unstable; urgency=low
 
+  [ Christophe Prud'homme ]
+  * Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin
+    Michlmayr (Closes: #417451).
+
   [ Rafael Laboissiere ]
   * debian/control: Added XS-Vcs-Svn and XS-Vcs-Browser fields to the Source
     section
       
- --
+ -- Christophe Prud'homme <prudhomm at debian.org>  Tue, 17 Jul 2007 06:32:28 +0200
 
 netgen (4.4-7) unstable; urgency=low
 
--- netgen/trunk/ngsolve/comp/fespace.cpp #1694:1695
@@ -10,6 +10,8 @@
 
 #include <comp.hpp>
 #include <multigrid.hpp>
+#include <cstdlib>
+
 using namespace ngmg;
 
 namespace ngcomp
--- netgen/trunk/ngsolve/solve/shapetester.cpp #1694:1695
@@ -1,6 +1,7 @@
 
 #include <solve.hpp>
 // #include <nginterface.h>
+#include <cstdlib>
 
 
 namespace ngsolve



More information about the Pkg-scicomp-devel mailing list