1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Fix GetTypeInfo error due to missing include

This commit is contained in:
Ignacio Etcheverry
2019-05-27 17:33:25 +02:00
parent eb70999ffa
commit d426dcabf8
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
/*************************************************************************/
#include "visual_shader.h"
#include "core/vmap.h"
#include "servers/visual/shader_types.h"