# HG changeset patch # User jwe # Date 819441881 0 # Node ID 643b55bb57dd54660604edc006ba3933a4a44ca7 # Parent 65ef5beea500ed5cc55d8f6f8a718ecf4d92f3ed [project @ 1995-12-20 06:44:41 by jwe] diff --git a/liboctave/mx-defs.h b/liboctave/mx-defs.h --- a/liboctave/mx-defs.h +++ b/liboctave/mx-defs.h @@ -70,7 +70,7 @@ // Other data types we use but that don't always need to have full // declarations. -class Complex; +#include "oct-cmplx.h" class istream; class ostream;