From aba36fe655af408f0f9e70a48f080e5b1db5bfb8 Mon Sep 17 00:00:00 2001 From: "Peter.VanderBeken%pandora.be" Date: Sat, 26 Aug 2000 04:45:57 +0000 Subject: [PATCH] Add include. Not part of default build. a=leaf. git-svn-id: svn://10.0.0.236/trunk@77271 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/transformiix/source/xpath/FunctionLib.h | 3 ++- .../extensions/transformiix/source/xpath/RelationalExpr.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -/