From 14e41c3542b07e3c641725a2554f33068a320b68 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 13 Sep 2009 17:28:00 +0000
Subject: [PATCH] missing include

---
 Common/VertexArray.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Common/VertexArray.cpp b/Common/VertexArray.cpp
index c0284877f9..e125aff23f 100644
--- a/Common/VertexArray.cpp
+++ b/Common/VertexArray.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 <algorithm>
 #include "GmshMessage.h"
 #include "VertexArray.h"
-- 
GitLab