added include for cstring which should fix compile errors with c++11 and clang
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
|
||||
#include <float.h>
|
||||
#include <fstream>
|
||||
#include <cstring>
|
||||
|
||||
// OpenMesh
|
||||
#include <OpenMesh/Core/IO/BinaryHelper.hh>
|
||||
|
||||
Reference in New Issue
Block a user