diff options
-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 { |