mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix type_info.h
includes
This commit is contained in:
parent
16a11ac88b
commit
c17e76572d
1 changed files with 2 additions and 0 deletions
|
@ -30,8 +30,10 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "core/object/object.h"
|
||||||
#include "core/templates/simple_type.h"
|
#include "core/templates/simple_type.h"
|
||||||
#include "core/typedefs.h"
|
#include "core/typedefs.h"
|
||||||
|
#include "core/variant/variant.h"
|
||||||
|
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue