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

@ -2,6 +2,7 @@
#include "tree_sitter/compiler.h"
#include "./follow_sets.h"
#include "item.h"
#include <algorithm>
namespace tree_sitter {
using std::set;