I am using stringstreams in one file of my project, and can't seem to include the header file for them: (#include <sstream>
). The error message given is:
/Users/lee/..../fasta_reader.cpp:13:10: fatal error: 'sstring' file not found [2]
#include <sstring>
^
Many other SC++L and STL headers are included, and are all found properly from the expected location:/Developer/SDKs/MacOSX10.7.sdk/usr/include/c++/4.2.1
.
Here's what I have verified:
What else should I try?
EDIT: Found the solution- I mistyped #include <sstring>
rather than #include <sstream>
.
I mistyped #include <sstring>
rather than #include <sstream>
. Wasted a lot of time on a trivial mistake.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With