diff src/syl.cc @ 453:393e95f46b51

[project @ 1994-06-06 00:05:20 by jwe]
author jwe
date Mon, 06 Jun 1994 00:14:55 +0000
parents a99f28f5e351
children 88614b380d6e
line wrap: on
line diff
--- a/src/syl.cc	Mon Jun 06 00:02:12 1994 +0000
+++ b/src/syl.cc	Mon Jun 06 00:14:55 1994 +0000
@@ -1,7 +1,7 @@
 // tc-syl.cc                                           -*- C++ -*-
 /*
 
-Copyright (C) 1993 John W. Eaton
+Copyright (C) 1993, 1994 John W. Eaton
 
 This file is part of Octave.
 
@@ -27,7 +27,10 @@
 #include "config.h"
 #endif
 
-#include "Matrix.h"
+#include "dMatrix.h"
+#include "CMatrix.h"
+#include "dbleSCHUR.h"
+#include "CmplxSCHUR.h"
 #include "f77-uscore.h"
 
 #include "tree-const.h"