fixed little preprocessor error
This commit is contained in:
parent
ce1aca9b3e
commit
254bc96daf
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#include <sstream>
|
||||
#define FbTk_istringstream std::istringstream
|
||||
#define FbTk_ostringstream std::ostringstream
|
||||
#elif HAVE_STRSTREAM
|
||||
#elif defined(HAVE_STRSTREAM)
|
||||
#include <strstream>
|
||||
#define FbTk_istringstream std::istrstream
|
||||
#define FbTk_ostringstream std::ostrstream
|
||||
|
|
Loading…
Reference in a new issue