Skip to content

Commit

Permalink
fix: Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed Dec 11, 2021
1 parent 61e776e commit ad8fdda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/ame_Random.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

#pragma once

#include <cstdint>

namespace
{
inline uint32_t s[4] = { 123, 234, 345, 97 }; //random seed
Expand Down
2 changes: 2 additions & 0 deletions include/ame_String.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
*/
#pragma once

#include <cstdint>

namespace ame
{
template <typename Char1Type, typename Char2Type>
Expand Down

0 comments on commit ad8fdda

Please sign in to comment.