Add missing header includes

For some reason, xcode tolerated these missing includes.
Travis CI doesn't.
This commit is contained in:
Max Brunsfeld 2014-02-19 09:14:33 -08:00
parent 9f0a395c0d
commit 7c57c521af
5 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,6 @@
#include "tree_sitter/runtime.h"
#include <string>
#include "string.h"
using std::string;