mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
12 lines
285 B
C++
12 lines
285 B
C++
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>
|
|
|