diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-10 17:42:17 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-10 17:42:17 -0500 |
commit | ea4a14a4f03a1ec8a9a862dc82601bf4d28cf39e (patch) | |
tree | 0ca9f6a70c5a6d465acc261baacd42c49b6f489f /generator/godot_variant.cpp | |
parent | d1024b559c44a143eca214fb8732001080e8b037 (diff) | |
download | lingo-randomizer-ea4a14a4f03a1ec8a9a862dc82601bf4d28cf39e.tar.gz lingo-randomizer-ea4a14a4f03a1ec8a9a862dc82601bf4d28cf39e.tar.bz2 lingo-randomizer-ea4a14a4f03a1ec8a9a862dc82601bf4d28cf39e.zip |
Added required include <cstdint> rewrite
Diffstat (limited to 'generator/godot_variant.cpp')
-rw-r--r-- | generator/godot_variant.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generator/godot_variant.cpp b/generator/godot_variant.cpp index dd1ad33..95e576d 100644 --- a/generator/godot_variant.cpp +++ b/generator/godot_variant.cpp | |||
@@ -1,5 +1,6 @@ | |||
1 | #include "godot_variant.h" | 1 | #include "godot_variant.h" |
2 | 2 | ||
3 | #include <cstdint> | ||
3 | #include <stdexcept> | 4 | #include <stdexcept> |
4 | 5 | ||
5 | bool GodotVariant::operator<(const GodotVariant& rhs) const { | 6 | bool GodotVariant::operator<(const GodotVariant& rhs) const { |