summary refs log tree commit diff stats
path: root/generator/godot_variant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'generator/godot_variant.cpp')
-rw-r--r--generator/godot_variant.cpp1
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
5bool GodotVariant::operator<(const GodotVariant& rhs) const { 6bool GodotVariant::operator<(const GodotVariant& rhs) const {