mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-25 11:17:26 +00:00
Add missing <cstdint> includes for GCC 13
Sprinkle includes of the <cstdint> header as needed to make the build succeed with GCC 13, this fixes both with SDL and Qt builds.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#ifndef Storage_Data_Commodore_hpp
|
||||
#define Storage_Data_Commodore_hpp
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace Storage::Data::Commodore {
|
||||
|
||||
Reference in New Issue
Block a user