diff src/xnorm.h @ 10608:f9860b622680

improve sqrtm
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 06 May 2010 13:32:08 +0200
parents b11c31849b44
children 298a75c128ad
line wrap: on
line diff
--- a/src/xnorm.h
+++ b/src/xnorm.h
@@ -25,6 +25,8 @@
 #if !defined (octave_xnorm_h)
 #define octave_xnorm_h 1
 
+#include "oct-norm.h"
+
 class octave_value;
 
 extern octave_value xnorm (const octave_value& x, const octave_value& p);