summaryrefslogtreecommitdiffstats
path: root/modules/mono/mono_gd/gd_mono_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/mono_gd/gd_mono_cache.h')
-rw-r--r--modules/mono/mono_gd/gd_mono_cache.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/mono/mono_gd/gd_mono_cache.h b/modules/mono/mono_gd/gd_mono_cache.h
index e4cddce1d2..9201da7cae 100644
--- a/modules/mono/mono_gd/gd_mono_cache.h
+++ b/modules/mono/mono_gd/gd_mono_cache.h
@@ -31,11 +31,10 @@
#ifndef GD_MONO_CACHE_H
#define GD_MONO_CACHE_H
-#include <stdint.h>
-
#include "../csharp_script.h"
#include "../interop_types.h"
#include "../mono_gc_handle.h"
+
#include "core/object/object.h"
#include "core/string/string_name.h"
#include "core/string/ustring.h"
@@ -43,6 +42,8 @@
#include "core/variant/dictionary.h"
#include "core/variant/variant.h"
+#include <stdint.h>
+
class CSharpScript;
namespace GDMonoCache {