Fix building with GCC 13.
Fixes the following issue: base64.hpp:23:49: error: 'uint8_t' was not declared in this scope and: deprecation.hpp:20:22: error: found ':' in nested-name-specifier, expected '::'
This commit is contained in:
parent
7d2ee4ef72
commit
5fa07ea15c
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
/** See https://wiki.wesnoth.org/CompatibilityStandards for more info. */
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue