diff options
| author | Thakee Nathees <thakeenathees@gmail.com> | 2020-11-29 09:12:06 +0530 |
|---|---|---|
| committer | Thakee Nathees <thakeenathees@gmail.com> | 2020-12-02 00:48:39 +0530 |
| commit | 42bfa169960b59c5d9337e9f63862f5feae92d58 (patch) | |
| tree | 5d20c798d3163bf6bbd80e5658278331d98c4ed2 /modules/mono/csharp_script.h | |
| parent | d0e7d9b62f0bcc2ba438b12c8bfbf68d82fff0ea (diff) | |
| download | redot-engine-42bfa169960b59c5d9337e9f63862f5feae92d58.tar.gz | |
Refactor DocData into core and editor (DocTools) parts
Diffstat (limited to 'modules/mono/csharp_script.h')
| -rw-r--r-- | modules/mono/csharp_script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/csharp_script.h b/modules/mono/csharp_script.h index 4c6e624b8a..f482cc21f0 100644 --- a/modules/mono/csharp_script.h +++ b/modules/mono/csharp_script.h @@ -31,6 +31,7 @@ #ifndef CSHARP_SCRIPT_H #define CSHARP_SCRIPT_H +#include "core/doc_data.h" #include "core/io/resource_loader.h" #include "core/io/resource_saver.h" #include "core/object/script_language.h" |
