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
8 Upstream-Status: Submitted [https://github.com/tias/xinput_calibrator/pull/76]
9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 src/calibrator.hh | 1 +
12 1 file changed, 1 insertion(+)
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
24 // XXX: we currently don't handle lines that are longer than this
25 #define MAX_LINE_LEN 1024