mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add missing includes
Add missing <winnt.h> include in windows/lang_table.h Add missing typedefs.h and rid.h include in godot_constraint_3d.h Add missing <type_traits> include in iterable.h Add missing forward declarations in rendering_shader_library.h
This commit is contained in:
parent
36b92128b1
commit
796281f62f
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