Add missing includes
This commit is contained in:
parent
688fe993cf
commit
cdf63b6083
2 changed files with 1 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -4,8 +4,6 @@
|
|||
CXX ?= clang++
|
||||
CC ?= clang
|
||||
RM ?= rm -f
|
||||
MKDIR ?= $(INSTALL) -d
|
||||
SYMLINK ?= ln -s
|
||||
|
||||
### library configuration ###
|
||||
LIB_NAME = tree_sitter
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#define __tree_sitter_character_range_h__
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
namespace tree_sitter {
|
||||
namespace rules {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue