include cstring for strlen on UNIX

This commit is contained in:
Stephen Birarda 2013-02-08 12:31:21 -08:00
parent b524a38559
commit a4fb6e01aa

View file

@ -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};