From 0a85cd0176101016ca2b9dd083400128aaffbd3e Mon Sep 17 00:00:00 2001 From: Krishna Vedala Date: Mon, 25 May 2020 18:27:41 -0400 Subject: [PATCH] added stdlib.h for malloc --- numerical_methods/qr_decompose.h | 1 + 1 file changed, 1 insertion(+) diff --git a/numerical_methods/qr_decompose.h b/numerical_methods/qr_decompose.h index dfb5be8b..5b391fc2 100644 --- a/numerical_methods/qr_decompose.h +++ b/numerical_methods/qr_decompose.h @@ -10,6 +10,7 @@ #include #include +#include /** * function to display matrix on stdout