From a4fb6e01aa2a6b566135dfe58f44f76ec599e824 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 8 Feb 2013 12:31:21 -0800 Subject: [PATCH] include cstring for strlen on UNIX --- interface/src/Head.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/src/Head.cpp b/interface/src/Head.cpp index 7fd9288a2e..8e915b3de0 100644 --- a/interface/src/Head.cpp +++ b/interface/src/Head.cpp @@ -7,9 +7,10 @@ // #include +#include +#include #include "Head.h" #include "Util.h" -#include #include "SerialInterface.h" float skinColor[] = {1.0, 0.84, 0.66};