]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/blob
37617600d5df178384038d1e701c06f81f2fb611
[thirdparty/openembedded/openembedded-core-contrib.git] /
1 From 79bc507b48d4acd3dec8a85ab6b341b872d44a05 Mon Sep 17 00:00:00 2001
2 From: Khem Raj <raj.khem@gmail.com>
3 Date: Tue, 29 Jan 2019 22:40:24 -0800
4 Subject: [PATCH] calibrator.hh: Include <string> to get std::string
5
6 Found with libc++
7
8 Upstream-Status: Submitted [https://github.com/tias/xinput_calibrator/pull/76]
9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 ---
11 src/calibrator.hh | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/src/calibrator.hh b/src/calibrator.hh
15 index a6f9504..e75bcef 100644
16 --- a/src/calibrator.hh
17 +++ b/src/calibrator.hh
18 @@ -29,6 +29,7 @@
19 #include <X11/Xlib.h>
20 #include <stdio.h>
21 #include <vector>
22 +#include <string>
23
24 // XXX: we currently don't handle lines that are longer than this
25 #define MAX_LINE_LEN 1024
26 --
27 2.20.1
28