ports/math/curv/files/patch-libcurv_viewer_text.cc
Yuri Victorovich 8377f46f68 math/curv: Revert "math/curv: Fails to build with boost-1.85+ and GitHub repository is marked archived"
This reverts commit 84e07469e6.

Reported by:	Thierry Thomas <thierry@freebsd.org>
2025-01-11 01:36:48 -08:00

10 lines
252 B
C++

--- libcurv/viewer/text.cc.orig 2019-10-22 18:22:58 UTC
+++ libcurv/viewer/text.cc
@@ -1,6 +1,7 @@
#include "text.h"
#include <algorithm>
+#include <sys/types.h>
std::string getLower(const std::string& _string) {
std::string std = _string;