1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add missing headers in FixedVector and Span

This commit is contained in:
LuoZhihao
2025-05-30 13:35:09 +08:00
parent b89c47bb85
commit 21e2bac382
2 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,8 @@
#pragma once
#include "core/templates/span.h"
/**
* A high performance Vector of fixed capacity.
* Especially useful if you need to create an array on the stack, to

View File

@@ -30,6 +30,7 @@
#pragma once
#include "core/error/error_macros.h"
#include "core/typedefs.h"
// Equivalent of std::span.