Skip to content

Commit d316eeb

Browse files
committed
calibrator.hh: Include <string> to get std::string
Found with libc++ Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent 03dadf5 commit d316eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/calibrator.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include <X11/Xlib.h>
3030
#include <stdio.h>
3131
#include <vector>
32+
#include <string>
3233

3334
// XXX: we currently don't handle lines that are longer than this
3435
#define MAX_LINE_LEN 1024

0 commit comments

Comments
 (0)