lang: add missing includes
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
#define _LEX_H_
|
||||
|
||||
#include <blue/core/queue.h>
|
||||
#include <blue/object/string.h>
|
||||
#include <blue/object/dict.h>
|
||||
#include <blue/object/string.h>
|
||||
#include <ivy/lang/lex.h>
|
||||
#include <ivy/status.h>
|
||||
#include <stdint.h>
|
||||
|
||||
struct ivy_lexer {
|
||||
@@ -52,4 +54,4 @@ struct lex_token_def {
|
||||
uint64_t name_hash;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user