2 missing includes of cstring
This commit is contained in:
@@ -64,6 +64,7 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#if defined(OM_CC_MIPS)
|
#if defined(OM_CC_MIPS)
|
||||||
# include <ctype.h>
|
# include <ctype.h>
|
||||||
|
|||||||
@@ -57,6 +57,8 @@
|
|||||||
|
|
||||||
#include <OpenMesh/Tools/VDPM/VHierarchyWindow.hh>
|
#include <OpenMesh/Tools/VDPM/VHierarchyWindow.hh>
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
#else
|
#else
|
||||||
#if defined(__MINGW32__)
|
#if defined(__MINGW32__)
|
||||||
|
|||||||
Reference in New Issue
Block a user