add missing cstdint includes (#7586)

This commit is contained in:
Virtuti Militari 2023-05-03 20:53:25 +00:00 committed by GitHub
parent acf407db5c
commit 11e0e27670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,7 @@
#pragma once
#include <cstdint>
#include <string>
/** See https://wiki.wesnoth.org/CompatibilityStandards for more info. */

View file

@ -15,6 +15,7 @@
#pragma once
#include <cstdint>
#include <string_view>
#include <vector>

View file

@ -21,6 +21,7 @@
#include "filesystem.hpp"
#include "game_version.hpp"
#include <optional>
#include <cstdint>
#include <iosfwd>
#include <map>