Add missing header includes
For some reason, xcode tolerated these missing includes. Travis CI doesn't.
This commit is contained in:
parent
9f0a395c0d
commit
7c57c521af
5 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include "tree_sitter/runtime.h"
|
||||
#include <string>
|
||||
#include "string.h"
|
||||
|
||||
using std::string;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue