mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-05 21:32:55 +00:00
Merge pull request #1142 from aperezdc/gcc13-cstdint
Add missing <cstdint> includes for GCC 13
This commit is contained in:
commit
81e475f052
@ -9,6 +9,7 @@
|
||||
#ifndef ActivityObserver_h
|
||||
#define ActivityObserver_h
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace Activity {
|
||||
|
@ -9,6 +9,7 @@
|
||||
#ifndef File_hpp
|
||||
#define File_hpp
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
#define ROMCatalogue_hpp
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <optional>
|
||||
|
@ -9,6 +9,7 @@
|
||||
#ifndef StringSerialiser_hpp
|
||||
#define StringSerialiser_hpp
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace Utility {
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include <cstdarg>
|
||||
#include <cstring>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <typeindex>
|
||||
#include <typeinfo>
|
||||
|
@ -9,6 +9,7 @@
|
||||
#ifndef Storage_Data_Commodore_hpp
|
||||
#define Storage_Data_Commodore_hpp
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace Storage::Data::Commodore {
|
||||
|
Loading…
x
Reference in New Issue
Block a user