Merge pull request #111696 from StarryWorm/langtable-include
Fix missing includes in headers
This commit is contained in:
@ -30,6 +30,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
template <typename I>
|
||||
class Iterable {
|
||||
I _begin;
|
||||
|
||||
Reference in New Issue
Block a user