From f1d5dc2af963a2d611bccf30b95c0526176738b5 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 8 Sep 2017 07:00:04 +0200 Subject: [PATCH] missing include --- Geo/GModelIO_NEU.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Geo/GModelIO_NEU.cpp b/Geo/GModelIO_NEU.cpp index b3c80b0c10..e47105acae 100644 --- a/Geo/GModelIO_NEU.cpp +++ b/Geo/GModelIO_NEU.cpp @@ -3,6 +3,7 @@ // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@onelab.info>. +#include <time.h> #include <algorithm> #include <limits> #if __cplusplus >= 201103L -- GitLab