summaryrefslogtreecommitdiff
path: root/graphics/luminance-qt5/files/patch-src_Libpfs_maninp_projection.cpp
blob: 5f85799aa2f13f0da2ef38f71b65a31602d7209b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Include cstdio for stderr, to fix the build with gcc 4.9

--- src/Libpfs/manip/projection.cpp.orig	2015-10-29 16:26:58.000000000 +0100
+++ src/Libpfs/manip/projection.cpp	2015-10-29 16:27:41.000000000 +0100
@@ -26,6 +26,7 @@
 
 #include <cmath>
 #include <cstring>
+#include <cstdio>
 // #include <stdio.h>
 // #include <stdlib.h>