Skip to content

Commit

Permalink
Fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Apr 15, 2023
1 parent e1c41be commit b50a466
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/ruby_parser.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#ifndef INTERNAL_RUBY_PARSE_H
#define INTERNAL_RUBY_PARSE_H

#include "external/node.h"
#include "external/parse.h"

#include "internal.h"
#include "vm.h"
#include "node.h"
#include "external/parse.h"

RUBY_SYMBOL_EXPORT_BEGIN
void rb_parser_config_initialize(rb_parser_config_t *config);
Expand Down

0 comments on commit b50a466

Please sign in to comment.