blob: 19b83928077a0226514ca6ccb39996f8a5282711 (
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 2021-01-11 09:41:28 UTC
+++ src/Libpfs/manip/projection.cpp
@@ -28,6 +28,7 @@
#include <cmath>
#include <cstring>
+#include <cstdio>
// #include <stdio.h>
// #include <stdlib.h>
|