From c10c11030c6f009b51f077b992028476cced72c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Remacle=20=28students=29?=
 <jean-francois.remacle@uclouvain.be>
Date: Fri, 17 Jul 2009 14:26:47 +0000
Subject: [PATCH] *** empty log message ***

---
 Numeric/gmshLinearSystemCSR.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Numeric/gmshLinearSystemCSR.cpp b/Numeric/gmshLinearSystemCSR.cpp
index b5defc796c..c8f51db492 100644
--- a/Numeric/gmshLinearSystemCSR.cpp
+++ b/Numeric/gmshLinearSystemCSR.cpp
@@ -1,6 +1,10 @@
 #include "GmshConfig.h"
 #include "GmshMessage.h"
 #include "gmshLinearSystemCSR.h"
+#include <stdlib.h>
+#include <string.h>
+
+
 
 #define SWAP(a,b)  temp=(a);(a)=(b);(b)=temp;
 #define SWAPI(a,b) tempi=(a);(a)=(b);(b)=tempi;
-- 
GitLab