Skip to content

Commit

Permalink
add missing cstdint includes (#7586)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryPenguinPL committed May 3, 2023
1 parent acf407d commit 11e0e27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/deprecation.hpp
Expand Up @@ -14,6 +14,7 @@

#pragma once

#include <cstdint>
#include <string>

/** See https://wiki.wesnoth.org/CompatibilityStandards for more info. */
Expand Down
1 change: 1 addition & 0 deletions src/serialization/base64.hpp
Expand Up @@ -15,6 +15,7 @@

#pragma once

#include <cstdint>
#include <string_view>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions src/serialization/preprocessor.hpp
Expand Up @@ -21,6 +21,7 @@
#include "filesystem.hpp"
#include "game_version.hpp"
#include <optional>
#include <cstdint>

#include <iosfwd>
#include <map>
Expand Down

0 comments on commit 11e0e27

Please sign in to comment.