ports/math/octave-forge-linear-algebra/files/patch-dbleGSVD.h
2018-05-14 21:01:37 +00:00

11 lines
179 B
C++

--- dbleGSVD.h.orig 2015-01-24 19:54:11 UTC
+++ dbleGSVD.h
@@ -19,6 +19,8 @@
#include <iostream>
+#include <octave/oct.h>
+
#include "dDiagMatrix.h"
#include "dMatrix.h"