From 90ab0e133d870aa11ee983863a6d2fcc9c6c51f5 Mon Sep 17 00:00:00 2001
From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Mon, 17 Nov 2008 09:10:38 +0000
Subject: [PATCH] trunk preprocessor: added missing headers in
 IncidenceMatrix.cc (otherwise fails to compile with gcc 4.3)

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2259 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 IncidenceMatrix.cc | 2 ++
 Makefile           | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/IncidenceMatrix.cc b/IncidenceMatrix.cc
index 286eb1a2..3839a1cc 100644
--- a/IncidenceMatrix.cc
+++ b/IncidenceMatrix.cc
@@ -17,6 +17,8 @@
  * along with Dynare.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <cstdlib>
+#include <cstring>
 
 #include "IncidenceMatrix.hh"
 
diff --git a/Makefile b/Makefile
index 1712c2ac..204754aa 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ OBJS = \
 	ExprNode.o \
 	ModelNormalization.o \
 	ModelBlocks.o \
-    IncidenceMatrix.o \
+	IncidenceMatrix.o \
 	BlockTriangular.o \
 	Model_Graph.o \
 	SymbolGaussElim.o \
-- 
GitLab