Add missing includes

This commit is contained in:
Max Brunsfeld 2014-02-20 23:11:27 -08:00
parent 688fe993cf
commit cdf63b6083
2 changed files with 1 additions and 2 deletions

View file

@ -4,8 +4,6 @@
CXX ?= clang++
CC ?= clang
RM ?= rm -f
MKDIR ?= $(INSTALL) -d
SYMLINK ?= ln -s
### library configuration ###
LIB_NAME = tree_sitter

View file

@ -2,6 +2,7 @@
#define __tree_sitter_character_range_h__
#include <map>
#include <string>
namespace tree_sitter {
namespace rules {