From ce8ffccb8cf5cabefbfccfee127ca3c3d3bc488f Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 8 Feb 2010 11:20:50 +0000
Subject: [PATCH] missing header

---
 Fltk/pluginWindow.cpp     | 1 +
 Fltk/projectionEditor.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Fltk/pluginWindow.cpp b/Fltk/pluginWindow.cpp
index 77a8768161..c8bc3ccca9 100644
--- a/Fltk/pluginWindow.cpp
+++ b/Fltk/pluginWindow.cpp
@@ -4,6 +4,7 @@
 // bugs and problems to <gmsh@geuz.org>.
 
 #include <vector>
+#include <string.h>
 #include <FL/Fl_Return_Button.H>
 #include <FL/Fl_Group.H>
 #include <FL/Fl_Value_Input.H>
diff --git a/Fltk/projectionEditor.cpp b/Fltk/projectionEditor.cpp
index 68d3b8b99a..b1bdfdc519 100644
--- a/Fltk/projectionEditor.cpp
+++ b/Fltk/projectionEditor.cpp
@@ -3,6 +3,7 @@
 // See the LICENSE.txt file for license information. Please report all
 // bugs and problems to <gmsh@geuz.org>.
 
+#include <string.h>
 #include <FL/fl_draw.H>
 #include <FL/Fl_Box.H>
 #include <FL/Fl_Scroll.H>
-- 
GitLab