Skip to content

Commit 4cab597

Browse files
committed
Added missing includes.
1 parent 0d07a41 commit 4cab597

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

include/RhythmGameUtilities/Enums/Difficulty.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <cstdint>
34
#include <string>
45

56
namespace RhythmGameUtilities

include/RhythmGameUtilities/Enums/NamedSection.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <cstdint>
34
#include <string>
45

56
namespace RhythmGameUtilities

include/RhythmGameUtilities/Enums/TypeCode.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <cstdint>
34
#include <string>
45

56
namespace RhythmGameUtilities

0 commit comments

Comments
 (0)