diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-04 19:03:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-04 19:03:10 +0100 |
commit | 2885befbe6891ab20606dabdfb6f62184156f477 (patch) | |
tree | 1ff0a488aa8cc6df741e7e2fce5a443caa56b81b /modules/gltf/gltf_document.cpp | |
parent | 84290fe4b1a51cae21bcfb83b6c6d4ecc4392186 (diff) | |
parent | c971316d887eb2406ef86106c158845a9a6b76ba (diff) |
Merge pull request #55950 from Faless/mp/4.x_replication_nodes
Diffstat (limited to 'modules/gltf/gltf_document.cpp')
-rw-r--r-- | modules/gltf/gltf_document.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gltf/gltf_document.cpp b/modules/gltf/gltf_document.cpp index e54e51eb8d..baa39a3b80 100644 --- a/modules/gltf/gltf_document.cpp +++ b/modules/gltf/gltf_document.cpp @@ -50,6 +50,7 @@ #include "core/io/file_access.h" #include "core/io/file_access_memory.h" #include "core/io/json.h" +#include "core/io/stream_peer.h" #include "core/math/disjoint_set.h" #include "core/math/vector2.h" #include "core/variant/dictionary.h" |