mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:27:48 +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 "Space.h"
|
||||||
|
#include <cstring>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include <glm/gtx/quaternion.hpp>
|
#include <glm/gtx/quaternion.hpp>
|
||||||
|
|
Loading…
Reference in a new issue