Skip to content

Commit 8b772df

Browse files
maxbrunsfeldAshi Krishnan
andcommitted
Add missing #include in point_helpers
Co-Authored-By: Ashi Krishnan <[email protected]>
1 parent d8a420c commit 8b772df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/helpers/point_helpers.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "./point_helpers.h"
22
#include <string>
33
#include <ostream>
4+
#include <cassert>
45
#include "runtime/length.h"
56
#include "tree_sitter/runtime.h"
67

0 commit comments

Comments
 (0)