Hey.
I am writing an application that reads from a SD card, and puts the content in a std::stringstream. But it seems that the SD device driver (xsdps.h) somehow interferes with me including <sstream>. That is if I include both xsdps.h and <sstream> then I get the following error at the end of the file: "expected } at the end of output."
Anyone have an idea how I can work passed this?