From 8b772df3fff2707adb3e34093b5585f569a08ed5 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 17 Jul 2018 14:13:08 -0700 Subject: [PATCH] Add missing #include in point_helpers Co-Authored-By: Ashi Krishnan --- test/helpers/point_helpers.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/helpers/point_helpers.cc b/test/helpers/point_helpers.cc index 42152b50..eabd0a82 100644 --- a/test/helpers/point_helpers.cc +++ b/test/helpers/point_helpers.cc @@ -1,6 +1,7 @@ #include "./point_helpers.h" #include #include +#include #include "runtime/length.h" #include "tree_sitter/runtime.h"