diff options
Diffstat (limited to 'ksvg/impl/libs/libtext2path')
-rw-r--r-- | ksvg/impl/libs/libtext2path/src/Tools.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ksvg/impl/libs/libtext2path/src/Tools.h b/ksvg/impl/libs/libtext2path/src/Tools.h index c7753365..6bf33bf7 100644 --- a/ksvg/impl/libs/libtext2path/src/Tools.h +++ b/ksvg/impl/libs/libtext2path/src/Tools.h @@ -24,12 +24,7 @@ #include <list> #include <string> #include <config.h> -#ifdef HAVE_SSTREAM -# include <sstream> -#else -# include <strstream> -# define ostringstream ostrstream -#endif +#include <sstream> #define T2PMAX(a, b) ((b) < (a) ? (a) : (b)) #define T2PMIN(a, b) ((a) < (b) ? (a) : (b)) |