From ada8b7c6da3b30deef06cfa6abe002606042219d Mon Sep 17 00:00:00 2001
From: Jean-Francois Remacle <jean-francois.remacle@uclouvain.be>
Date: Mon, 4 May 2009 08:05:34 +0000
Subject: [PATCH] add missing header stdlib.h for exit

---
 Geo/GEdgeCompound.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Geo/GEdgeCompound.cpp b/Geo/GEdgeCompound.cpp
index e2308abfa5..e617f135d3 100644
--- a/Geo/GEdgeCompound.cpp
+++ b/Geo/GEdgeCompound.cpp
@@ -10,6 +10,7 @@
 #include "GmshConfig.h"
 #include "GEdgeCompound.h"
 #include "Numeric.h"
+#include "stdlib.h"
 
 GEdgeCompound::GEdgeCompound(GModel *m, int tag, std::vector<GEdge*> &compound)
   : GEdge(m, tag, 0 , 0), _compound(compound)
-- 
GitLab