summaryrefslogtreecommitdiff
path: root/core/variant_op.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-10-18 14:26:18 +0200
committerGitHub <noreply@github.com>2020-10-18 14:26:18 +0200
commit8f2b7aecee64a2445bfec2221a415a3a92e30211 (patch)
treee4798d05d32d0180357c78aa3fd5a19edbef4991 /core/variant_op.cpp
parent6a8dfdb60e6ab47ee023c62a31cdd754e16d1ca5 (diff)
parentee06a70ea6ac51aa451d55c92b807346458822d7 (diff)
Merge pull request #42826 from reduz/refactor-method-bind
Refactor MethodBind to use variadic templates
Diffstat (limited to 'core/variant_op.cpp')
-rw-r--r--core/variant_op.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/variant_op.cpp b/core/variant_op.cpp
index 533b056f91..47539df856 100644
--- a/core/variant_op.cpp
+++ b/core/variant_op.cpp
@@ -30,9 +30,9 @@
#include "variant.h"
+#include "core/class_db.h"
#include "core/core_string_names.h"
#include "core/debugger/engine_debugger.h"
-#include "core/object.h"
#define CASE_TYPE_ALL(PREFIX, OP) \
CASE_TYPE(PREFIX, OP, INT) \