mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +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 ActivityObserver_h
|
#ifndef ActivityObserver_h
|
||||||
#define ActivityObserver_h
|
#define ActivityObserver_h
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
namespace Activity {
|
namespace Activity {
|
||||||
|
@@ -9,6 +9,7 @@
|
|||||||
#ifndef File_hpp
|
#ifndef File_hpp
|
||||||
#define File_hpp
|
#define File_hpp
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
@@ -10,6 +10,7 @@
|
|||||||
#define ROMCatalogue_hpp
|
#define ROMCatalogue_hpp
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <cstdint>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <optional>
|
#include <optional>
|
||||||
|
@@ -9,6 +9,7 @@
|
|||||||
#ifndef StringSerialiser_hpp
|
#ifndef StringSerialiser_hpp
|
||||||
#define StringSerialiser_hpp
|
#define StringSerialiser_hpp
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
namespace Utility {
|
namespace Utility {
|
||||||
|
@@ -13,6 +13,7 @@
|
|||||||
#include <cstdarg>
|
#include <cstdarg>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
#include <cstdint>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <typeindex>
|
#include <typeindex>
|
||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
|
@@ -9,6 +9,7 @@
|
|||||||
#ifndef Storage_Data_Commodore_hpp
|
#ifndef Storage_Data_Commodore_hpp
|
||||||
#define Storage_Data_Commodore_hpp
|
#define Storage_Data_Commodore_hpp
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
namespace Storage::Data::Commodore {
|
namespace Storage::Data::Commodore {
|
||||||
|
Reference in New Issue
Block a user