fixed little preprocessor error

This commit is contained in:
Mathias Gumz 2010-02-27 10:33:06 +01:00
parent ce1aca9b3e
commit 254bc96daf

View file

@ -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