Add missing import of stdint.h
This commit is contained in:
parent
141cbcfa02
commit
f2e2102a25
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include "tree_sitter/runtime.h"
|
||||
|
||||
typedef struct TSTree TSTree;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue