From a647de1ef55e10534bbe2b3e85702bca0cfcd4a0 Mon Sep 17 00:00:00 2001 From: Maxim Sukharev Date: Thu, 28 Nov 2019 01:32:41 +0100 Subject: [PATCH] add missing unicode include to query.c it causes problems with building tree-sitter with cgo --- lib/src/query.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/query.c b/lib/src/query.c index 23fd4edc..7fad2284 100644 --- a/lib/src/query.c +++ b/lib/src/query.c @@ -4,6 +4,7 @@ #include "./bits.h" #include "./point.h" #include "./tree_cursor.h" +#include "./unicode.h" #include /*