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

11 lines
202 B
C++

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