diff options
Diffstat (limited to 'src/FbTk/stringstream.hh')
-rw-r--r-- | src/FbTk/stringstream.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/stringstream.hh b/src/FbTk/stringstream.hh index bc0ecfc..69aba3c 100644 --- a/src/FbTk/stringstream.hh +++ b/src/FbTk/stringstream.hh | |||
@@ -31,9 +31,11 @@ | |||
31 | #ifdef HAVE_SSTREAM | 31 | #ifdef HAVE_SSTREAM |
32 | #include <sstream> | 32 | #include <sstream> |
33 | #define FbTk_istringstream std::istringstream | 33 | #define FbTk_istringstream std::istringstream |
34 | #define FbTk_ostringstream std::ostringstream | ||
34 | #elif HAVE_STRSTREAM | 35 | #elif HAVE_STRSTREAM |
35 | #include <strstream> | 36 | #include <strstream> |
36 | #define FbTk_istringstream std::istrstream | 37 | #define FbTk_istringstream std::istrstream |
38 | #define FbTk_ostringstream std::ostrstream | ||
37 | #else | 39 | #else |
38 | #error "You dont have sstream or strstream headers!" | 40 | #error "You dont have sstream or strstream headers!" |
39 | #endif // HAVE_STRSTREAM | 41 | #endif // HAVE_STRSTREAM |