--- trunk/src/math/Polynomial.hpp 2006/02/02 17:14:15 883 +++ trunk/src/math/Polynomial.hpp 2006/05/17 21:51:42 963 @@ -53,7 +53,7 @@ #include #include #include - +#include "config.h" namespace oopse { template ElemType pow(ElemType x, int N) { @@ -335,7 +335,7 @@ namespace oopse { return true; } - typedef Polynomial DoublePolynomial; + typedef Polynomial DoublePolynomial; } //end namespace oopse #endif //MATH_POLYNOMIAL_HPP