Style: Add class_db.h includes explicitly

This commit is contained in:
Thaddeus Crews 2026-02-25 11:13:56 -06:00
parent 5cba18ff3b
commit e380a41752
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
739 changed files with 1142 additions and 40 deletions

View file

@ -31,6 +31,8 @@
#include "node.h"
#include "node.compat.inc"
#include "core/object/class_db.h"
STATIC_ASSERT_INCOMPLETE_TYPE(class, Mesh);
STATIC_ASSERT_INCOMPLETE_TYPE(class, RenderingServer);
STATIC_ASSERT_INCOMPLETE_TYPE(class, DisplayServer);