From 2e5ceecd4a1647004cdeb612d1026ed6f93dc71e Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 29 Oct 2012 10:21:25 +0000
Subject: [PATCH] fix include

---
 Fltk/openglWindow.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Fltk/openglWindow.cpp b/Fltk/openglWindow.cpp
index d453c4d1de..923fa83a33 100644
--- a/Fltk/openglWindow.cpp
+++ b/Fltk/openglWindow.cpp
@@ -4,6 +4,7 @@
 // bugs and problems to <gmsh@geuz.org>.
 
 #include <stdio.h>
+#include <string.h>
 #include "openglWindow.h"
 #include "graphicWindow.h"
 #include "manipWindow.h"
-- 
GitLab