On Wed, Feb 27, 2008 at 10:10:58PM +0100, Uwe Stöhr wrote: > Index: MathFactory.h > =================================================================== > --- MathFactory.h (revision 23288) > +++ MathFactory.h (working copy) > @@ -12,9 +12,15 @@ > #ifndef MATH_FACTORY_H > #define MATH_FACTORY_H > > +#include <map> > + > +#include "MathParser.h" > + > #include "support/docstring.h" > #include <string>
System headers last. > +using std::map; > + No using on file scope in header files. Andre'