Fix compilation on musl libc

This commit is contained in:
prez
2022-04-11 17:09:36 +02:00
parent f039755bde
commit 365a333b1d
5 changed files with 1 additions and 14 deletions

View File

@@ -2,9 +2,7 @@
#define TINYXML2TOOLKIT_H
#include <string>
#ifdef __APPLE__
#include <sys/types.h>
#endif
#include <glm/glm.hpp>