mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5396 from shuujii/fix-build-with-MRB_USE_ALL_SYMBOLS
Fix build with `MRB_USE_ALL_SYMBOLS`
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#include <mruby.h>
|
||||
#include <mruby/array.h>
|
||||
#include <mruby/string.h>
|
||||
#ifdef MRB_USE_ALL_SYMBOLS
|
||||
# include <mruby/presym.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* call-seq:
|
||||
|
||||
Reference in New Issue
Block a user