Include cstdint
in lexer.h
Build was failing due to missing `uint32_t` type.
This commit is contained in:
parent
0b6d61e3f1
commit
9f06dcf9ac
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef INCLUDE_CORE_LEXER_H
|
||||
#define INCLUDE_CORE_LEXER_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in a new issue