mirror of
https://github.com/huderlem/porymap.git
synced 2026-07-02 00:02:04 -05:00
Include cstdint in lexer.h
Build was failing due to missing `uint32_t` type.
This commit is contained in:
parent
0b6d61e3f1
commit
9f06dcf9ac
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef INCLUDE_CORE_LEXER_H
|
||||
#define INCLUDE_CORE_LEXER_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user