You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/blossoc/files/blossoc-1.4.0-gcc43.patch

16 lines
299 B

Fixes build with >=GCC-4.3
http://bugs.gentoo.org/show_bug.cgi?id=292949
Patch written by Sebastian Luther <SebastianLuther@gmx.de>
--- pph.cc
+++ pph.cc
@@ -23,6 +23,7 @@
*/
#include "pph.hh"
+#include <cstdio>
#include <cmath>
#include <snpfile/matrix.hh>
using namespace BiRC::SNPFile;