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

This commit is contained in:
Peter.VanderBeken%pandora.be 2005-11-02 07:34:57 +00:00
Родитель 662b908139
Коммит 1e5f57f221
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -27,7 +27,7 @@
* Marina Mechtcheriakova * Marina Mechtcheriakova
* -- added support for lang function * -- added support for lang function
* *
* $Id: txFunctionLib.h,v 1.7 2005/11/02 07:33:49 Peter.VanderBeken%pandora.be Exp $ * $Id: txFunctionLib.h,v 1.8 2005/11/02 07:33:50 Peter.VanderBeken%pandora.be Exp $
*/ */
#include "TxString.h" #include "TxString.h"
@ -38,6 +38,7 @@
#include "ExprResult.h" #include "ExprResult.h"
#include "baseutils.h" #include "baseutils.h"
#include "Expr.h" #include "Expr.h"
#include "XMLDOMUtils.h"
#include "Names.h" #include "Names.h"
#include "XMLUtils.h" #include "XMLUtils.h"
#include <math.h> #include <math.h>

Просмотреть файл

@ -21,10 +21,11 @@
* Keith Visco, kvisco@ziplink.net * Keith Visco, kvisco@ziplink.net
* -- original author. * -- original author.
* *
* $Id: txRelationalExpr.cpp,v 1.3 2005/11/02 07:33:46 Peter.VanderBeken%pandora.be Exp $ * $Id: txRelationalExpr.cpp,v 1.4 2005/11/02 07:33:47 Peter.VanderBeken%pandora.be Exp $
*/ */
#include "Expr.h" #include "Expr.h"
#include "XMLDOMUtils.h"
//------------------/ //------------------/
//- RelationalExpr -/ //- RelationalExpr -/