blob: 1ab712546361dce2ad2e663e6467724b52aa1011 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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"
|