Fixed Build on gcc-7.2

This commit is contained in:
Jan
2017-10-20 17:02:49 +02:00
parent 9b898d0d6e
commit acb62194f4

View File

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