mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +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 <iostream>
|
||||||
|
#include <glm/glm.hpp>
|
||||||
|
#include <cstring>
|
||||||
#include "Head.h"
|
#include "Head.h"
|
||||||
#include "Util.h"
|
#include "Util.h"
|
||||||
#include <glm/glm.hpp>
|
|
||||||
#include "SerialInterface.h"
|
#include "SerialInterface.h"
|
||||||
|
|
||||||
float skinColor[] = {1.0, 0.84, 0.66};
|
float skinColor[] = {1.0, 0.84, 0.66};
|
||||||
|
|
Loading…
Reference in a new issue