1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-12 13:55:55 +00:00

Merge branch 'master' into Base144

This commit is contained in:
Thomas Harte 2023-06-10 16:00:57 -04:00
commit 837d8d29ca
6 changed files with 6 additions and 0 deletions

View File

@ -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 {

View File

@ -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>

View File

@ -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>

View File

@ -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 {

View File

@ -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>

View File

@ -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 {