Blob Blame History Raw
From acb62194f4268651250cda546dc8c93610893877 Mon Sep 17 00:00:00 2001
From: Jan <jan_moebius@web.de>
Date: Fri, 20 Oct 2017 17:02:49 +0200
Subject: [PATCH] Fixed Build on gcc-7.2

---
 src/OpenMesh/Tools/Utils/conio.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/OpenMesh/Tools/Utils/conio.cc b/src/OpenMesh/Tools/Utils/conio.cc
index 3a7c04e..5459dcd 100644
--- a/src/OpenMesh/Tools/Utils/conio.cc
+++ b/src/OpenMesh/Tools/Utils/conio.cc
@@ -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 {
--
libgit2 0.26.0