mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-10 18:38:45 +02:00
include cstring for strlen on UNIX
This commit is contained in:
parent
b524a38559
commit
a4fb6e01aa
1 changed files with 2 additions and 1 deletions
|
@ -7,9 +7,10 @@
|
|||
//
|
||||
|
||||
#include <iostream>
|
||||
#include <glm/glm.hpp>
|
||||
#include <cstring>
|
||||
#include "Head.h"
|
||||
#include "Util.h"
|
||||
#include <glm/glm.hpp>
|
||||
#include "SerialInterface.h"
|
||||
|
||||
float skinColor[] = {1.0, 0.84, 0.66};
|
||||
|
|
Loading…
Reference in a new issue