Merge pull request #106954 from beicause/missing-headers-fixedvector-span
Add missing headers in `FixedVector` and `Span`
This commit is contained in:
commit
ae81b9f21f
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "core/error/error_macros.h"
|
||||
#include "core/typedefs.h"
|
||||
|
||||
// Equivalent of std::span.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue