ports/graphics/luminance-qt5/files/patch-src_Libpfs_manip_projection.cpp
Dima Panov 9b77fbd3f3
graphics/luminance-qt5: unbreak build with boost-1.85
With hat:	office
Sponsored by:	Future Crew, LLC
2024-10-03 13:24:55 +03:00

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>