summaryrefslogtreecommitdiff
path: root/src/c/matrixOperations/norm/dnorma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/matrixOperations/norm/dnorma.c')
-rw-r--r--src/c/matrixOperations/norm/dnorma.c1
1 files changed, 1 insertions, 0 deletions
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 <math.h>
#include <stdio.h>
#include<stdlib.h>
+#include "min.h"
double dnorma (double *in, int row, int col, int norm)
{