diff liboctave/QP.h @ 463:0bfa99f634be

[project @ 1994-06-06 00:59:08 by jwe] ..
author jwe
date Mon, 06 Jun 1994 00:59:08 +0000
parents 7e870a4ec9bc
children 714fd17fca28
line wrap: on
line diff
--- a/liboctave/QP.h	Mon Jun 06 00:58:18 1994 +0000
+++ b/liboctave/QP.h	Mon Jun 06 00:59:08 1994 +0000
@@ -24,7 +24,12 @@
 #if !defined (octave_QP_h)
 #define octave_QP_h 1
 
-#include "Matrix.h"
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
+#include "dMatrix.h"
+#include "dColVector.h"
 #include "Bounds.h"
 #include "LinConst.h"