From 716c7a821a76e65bff30d0292095c585e37c3ac0 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Fri, 17 May 2019 17:30:07 +0530 Subject: fix compilation warnings --- src/c/matrixOperations/norm/dnorma.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/c/matrixOperations/norm/dnorma.c') diff --git a/src/c/matrixOperations/norm/dnorma.c b/src/c/matrixOperations/norm/dnorma.c index 2bb9b8b7..4d016de0 100644 --- a/src/c/matrixOperations/norm/dnorma.c +++ b/src/c/matrixOperations/norm/dnorma.c @@ -20,6 +20,7 @@ #include #include #include +#include "min.h" double dnorma (double *in, int row, int col, int norm) { -- cgit