mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #111696 from StarryWorm/langtable-include
Fix missing includes in headers
This commit is contained in:
commit
5c9333073a
4 changed files with 11 additions and 0 deletions
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
template <typename I>
|
||||
class Iterable {
|
||||
I _begin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue