added include for cstring which should fix compile errors with c++11 and clang

This commit is contained in:
Martin Schultz
2016-08-15 17:27:55 +02:00
parent fc04bac1a1
commit cc37345556

View File

@@ -55,6 +55,7 @@
#include <float.h>
#include <fstream>
#include <cstring>
// OpenMesh
#include <OpenMesh/Core/IO/BinaryHelper.hh>