Merge branch 'gcc-7-fix' into 'master'

Fixed Build on gcc-7.2

See merge request OpenMesh/OpenMesh!143
This commit is contained in:
Jan Möbius
2017-10-20 17:45:37 +02:00

View File

@@ -91,6 +91,7 @@ int getche() { return ::getche(); }
#endif
#include <termios.h> /* tcsetattr() */
#include <sys/ioctl.h> /* ioctl() */
#include <sys/time.h> /* timeval struct */
namespace OpenMesh {
namespace Utils {