OSX compilation

This commit is contained in:
brunoherbelin
2021-01-11 18:31:38 +01:00
parent dbd3c071e8
commit 0e8f87d6c6
2 changed files with 7 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
#define TINYXML2TOOLKIT_H
#include <string>
#ifdef __APPLE__
#include <sys/types.h>
#endif
#include <glm/glm.hpp>
namespace tinyxml2 {