add missing cstdint includes (#7586)
This commit is contained in:
parent
acf407db5c
commit
11e0e27670
3 changed files with 3 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>
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "filesystem.hpp"
|
||||
#include "game_version.hpp"
|
||||
#include <optional>
|
||||
#include <cstdint>
|
||||
|
||||
#include <iosfwd>
|
||||
#include <map>
|
||||
|
|
Loading…
Add table
Reference in a new issue