summaryrefslogtreecommitdiff
blob: d8e354c1745fdeee25a7c9c76dcf48d76a14eebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;