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 <float.h>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
// OpenMesh
|
// OpenMesh
|
||||||
#include <OpenMesh/Core/IO/BinaryHelper.hh>
|
#include <OpenMesh/Core/IO/BinaryHelper.hh>
|
||||||
|
|||||||
Reference in New Issue
Block a user