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
+1
View File
@@ -2,6 +2,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <vector>