diff liboctave/ODE.h @ 461:00f8b2242a18

[project @ 1994-06-06 00:45:57 by jwe]
author jwe
date Mon, 06 Jun 1994 00:57:54 +0000
parents 7e870a4ec9bc
children 714fd17fca28
line wrap: on
line diff
--- a/liboctave/ODE.h
+++ b/liboctave/ODE.h
@@ -24,9 +24,14 @@
 #if !defined (octave_ODE_h)
 #define octave_ODE_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 class ostream;
 
-#include "Matrix.h"
+#include "dMatrix.h"
+#include "dColVector.h"
 #include "ODEFunc.h"
 
 extern "C++" {