mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-04 13:42:55 +01:00
GCC16 fixes (Missing #include <cstdint>) (#25533)
* ReplayManager.h: Include <cstdint> (GCC16 fix) Closes: https://github.com/OpenRCT2/OpenRCT2/issues/25522 * Crypt.h: Include <cstdint> (GCC16 fix) * Zip.h: Include <cstdint> (GCC16 fix) * NetworkKey.h: Include <cstdint> (GCC16 fix) * AudioMixer.h: Include <cstdint> (GCC16 fix) * NetworkServerAdvertiser.h: Include <cstdint> (GCC16 fix)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
||||
namespace OpenRCT2::Audio
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <istream>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#ifndef DISABLE_NETWORK
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
||||
namespace OpenRCT2::Network
|
||||
|
||||
Reference in New Issue
Block a user