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