1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00

Fix build on macOS.

This commit is contained in:
Christoph Heiss 2018-02-09 10:33:25 +01:00 committed by Daniel Evans
parent 6c3935cbf6
commit 00bac4c531
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <cstddef>
#include <memory>
#include <array>
#include <glm/glm.hpp>

View File

@ -3,6 +3,7 @@
#include <memory>
#include <string>
#include <array>
#include <glm/glm.hpp>