You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Add missing headers in FixedVector and Span
This commit is contained in:
@@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "core/templates/span.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A high performance Vector of fixed capacity.
|
* A high performance Vector of fixed capacity.
|
||||||
* Especially useful if you need to create an array on the stack, to
|
* Especially useful if you need to create an array on the stack, to
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "core/error/error_macros.h"
|
||||||
#include "core/typedefs.h"
|
#include "core/typedefs.h"
|
||||||
|
|
||||||
// Equivalent of std::span.
|
// Equivalent of std::span.
|
||||||
|
|||||||
Reference in New Issue
Block a user