Merge pull request #4380 from malytomas/tomas/fixsizet

fix missing include for size_t
pull/4391/head
Kim Kulling 2022-02-11 08:55:35 +01:00 committed by GitHub
commit 97c7e084c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#pragma once
#include <vector>
#include <cstddef> // size_t
namespace Assimp {