From d04ed3bff19ea589bfecdb76700ace60fb300741 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 14 Mar 2013 19:39:41 +0000 Subject: [PATCH] fix compile --- Fltk/gmshLocalNetworkClient.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Fltk/gmshLocalNetworkClient.h b/Fltk/gmshLocalNetworkClient.h index 0f732409b0..3af68cfb6a 100644 --- a/Fltk/gmshLocalNetworkClient.h +++ b/Fltk/gmshLocalNetworkClient.h @@ -7,6 +7,7 @@ #define _GMSH_LOCAL_NETWORK_CLIENT_H_ #include <vector> +#include <algorithm> #include "onelab.h" class gmshLocalNetworkClient : public onelab::localNetworkClient{ -- GitLab