mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Modules: Make sure to include modules_enabled.gen.h where needed
This commit is contained in:
parent
a54bd6e868
commit
88c4380737
19 changed files with 30 additions and 21 deletions
|
|
@ -38,7 +38,7 @@
|
|||
#include "gdscript_workspace.h"
|
||||
#include "lsp.hpp"
|
||||
|
||||
#include "modules/modules_enabled.gen.h"
|
||||
#include "modules/modules_enabled.gen.h" // For jsonrpc.
|
||||
#ifdef MODULE_JSONRPC_ENABLED
|
||||
#include "modules/jsonrpc/jsonrpc.h"
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue