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
|
|
@ -2,6 +2,7 @@
|
|||
#include "tree_sitter/compiler.h"
|
||||
#include "./follow_sets.h"
|
||||
#include "item.h"
|
||||
#include <algorithm>
|
||||
|
||||
namespace tree_sitter {
|
||||
using std::set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue