From dd514ad53df26b6bd4c937938d6527f7ce8837c1 Mon Sep 17 00:00:00 2001
From: Andreas Naumann <andreas.naumann@tu-dresden.de>
Date: Thu, 25 Nov 2010 06:15:25 +0000
Subject: [PATCH] uint64 needs stdint.h. newer mtl4-versions will need a change
 in umfpack-solver

---
 AMDiS/src/AMDiS.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/AMDiS/src/AMDiS.h b/AMDiS/src/AMDiS.h
index 74da8b19..d534cfcf 100644
--- a/AMDiS/src/AMDiS.h
+++ b/AMDiS/src/AMDiS.h
@@ -1,6 +1,7 @@
 #ifndef AMDIS_H
 #define AMDIS_H
 
+#include "stdint.h"
 #include "AbstractFunction.h"
 #include "AdaptInfo.h"
 #include "AdaptInstationary.h"
-- 
GitLab