Ok, I'm using mySQL++ ....

#include <mysql++>

.. Which works fine on its own, but when I try to #include <fstream.h> ... I get 100+ errors. The main errors are "ambiguous symbol" errors. I also get syntax error : identifier and some other qweer errors.

How can I use both these headers at the same time? I need them both