diff options
Diffstat (limited to 'src/core/RID.cpp')
-rw-r--r-- | src/core/RID.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/RID.cpp b/src/core/RID.cpp index 75419ba..12b4a2e 100644 --- a/src/core/RID.cpp +++ b/src/core/RID.cpp @@ -1,6 +1,6 @@ #include "RID.hpp" -#include <godot/rid.h> +#include <gdnative/rid.h> namespace godot { |