diff options
Diffstat (limited to 'modules/mono/managed_callable.h')
-rw-r--r-- | modules/mono/managed_callable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mono/managed_callable.h b/modules/mono/managed_callable.h index 4936e69323..290d49be14 100644 --- a/modules/mono/managed_callable.h +++ b/modules/mono/managed_callable.h @@ -31,12 +31,12 @@ #ifndef MANAGED_CALLABLE_H #define MANAGED_CALLABLE_H +#include "mono_gc_handle.h" + #include "core/os/mutex.h" #include "core/templates/self_list.h" #include "core/variant/callable.h" -#include "mono_gc_handle.h" - class ManagedCallable : public CallableCustom { friend class CSharpLanguage; GCHandleIntPtr delegate_handle; |