From 9189a49696a14a63b23613b61fea295f60119491 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 4 Sep 2012 04:52:39 +0000 Subject: [PATCH] fix compile --- Common/GmshMessage.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp index c508b1dff1..59c96c84f6 100644 --- a/Common/GmshMessage.cpp +++ b/Common/GmshMessage.cpp @@ -5,6 +5,7 @@ #include <stdlib.h> #include <stdio.h> +#include <math.h> #include <string.h> #include <time.h> #include <sys/stat.h> -- GitLab