Skip to content

Commit a364d6a

Browse files
committed
Merge pull request #111561 from StarryWorm/core/variant-includes-rework
Core: Fix missing includes in `type_info.h`
2 parents 68b8972 + c17e765 commit a364d6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/variant/type_info.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@
3030

3131
#pragma once
3232

33+
#include "core/object/object.h"
3334
#include "core/templates/simple_type.h"
3435
#include "core/typedefs.h"
36+
#include "core/variant/variant.h"
3537

3638
#include <type_traits>
3739

0 commit comments

Comments
 (0)