Skip to content
Merged
2 changes: 2 additions & 0 deletions core/variant/type_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,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>

Expand Down
Loading
Loading