diff --git a/mozilla/extensions/transformiix/source/xpath/FunctionLib.h b/mozilla/extensions/transformiix/source/xpath/FunctionLib.h index 1998a661226..56a55be47f8 100644 --- a/mozilla/extensions/transformiix/source/xpath/FunctionLib.h +++ b/mozilla/extensions/transformiix/source/xpath/FunctionLib.h @@ -27,7 +27,7 @@ * Marina Mechtcheriakova * -- added support for lang function * - * $Id: FunctionLib.h,v 1.7 2000-06-11 11:43:12 Peter.VanderBeken%pandora.be Exp $ + * $Id: FunctionLib.h,v 1.8 2000-08-26 04:45:32 Peter.VanderBeken%pandora.be Exp $ */ #include "TxString.h" @@ -38,6 +38,7 @@ #include "ExprResult.h" #include "baseutils.h" #include "Expr.h" +#include "XMLDOMUtils.h" #include "Names.h" #include "XMLUtils.h" #include diff --git a/mozilla/extensions/transformiix/source/xpath/RelationalExpr.cpp b/mozilla/extensions/transformiix/source/xpath/RelationalExpr.cpp index deabe563f18..a92dd0e5857 100644 --- a/mozilla/extensions/transformiix/source/xpath/RelationalExpr.cpp +++ b/mozilla/extensions/transformiix/source/xpath/RelationalExpr.cpp @@ -21,10 +21,11 @@ * Keith Visco, kvisco@ziplink.net * -- original author. * - * $Id: RelationalExpr.cpp,v 1.3 2000-06-11 12:28:30 Peter.VanderBeken%pandora.be Exp $ + * $Id: RelationalExpr.cpp,v 1.4 2000-08-26 04:45:57 Peter.VanderBeken%pandora.be Exp $ */ #include "Expr.h" +#include "XMLDOMUtils.h" //------------------/ //- RelationalExpr -/