summaryrefslogtreecommitdiff
path: root/math/curv/files/patch-libcurv_viewer_text.cc
blob: 60b01cdb0b05a4b0603c14ec6ba26e0775a8b9dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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;