mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
missing cstring for the memcpy in Space.cpp
This commit is contained in:
parent
1c3bc0aa67
commit
85a17f1301
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
//
|
||||
|
||||
#include "Space.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
|
||||
#include <glm/gtx/quaternion.hpp>
|
||||
|
|
Loading…
Reference in a new issue