Add include. Not part of default build. a=leaf.

git-svn-id: svn://10.0.0.236/trunk@77271 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Peter.VanderBeken%pandora.be
2000-08-26 04:45:57 +00:00
parent e5adf959a0
commit aba36fe655
2 changed files with 4 additions and 2 deletions

View File

@@ -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 <math.h>

View File

@@ -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 -/