Merge pull request #16633 from rofl0r/patch-1

VRBase: fix build error with musl libc
This commit is contained in:
Henrik Rydgård 2022-12-20 16:08:18 +01:00 committed by GitHub
commit 1fa2f7a971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <vector>