Skip to content

Commit

Permalink
RMG-Core: add missing cstdint include
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Feb 24, 2025
1 parent e0def96 commit 88a6685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/RMG-Core/String.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#ifndef CORE_STRING_HPP
#define CORE_STRING_HPP

#include <cstdint>
#include <string>

// returns lowercase string
Expand Down

0 comments on commit 88a6685

Please sign in to comment.