Explicitly include scene_tree.h where used
Pre-requisite before removing `scene_tree.h` from `node.h` which has cascading consequences on most of the codebase.
This commit is contained in:
parent
fe6f78a4c7
commit
18edfa5245
70 changed files with 70 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "core/object/class_db.h"
|
||||
#include "scene/main/scene_tree.h"
|
||||
#include "tests/test_macros.h"
|
||||
#include "tests/test_utils.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue