mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #111561 from StarryWorm/core/variant-includes-rework
Core: Fix missing includes in `type_info.h`
This commit is contained in:
commit
a364d6ad75
1 changed files with 2 additions and 0 deletions
|
|
@ -30,8 +30,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "core/object/object.h"
|
||||
#include "core/templates/simple_type.h"
|
||||
#include "core/typedefs.h"
|
||||
#include "core/variant/variant.h"
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue