X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLsstream.h;h=79330e2d798a183afbdf413b2729323db0025fe9;hb=f448e22d483e1370bcbfbb7be8cb47ad7251ed77;hp=8d171d215642096862f95447ed432b0e03c9c21a;hpb=45a03f4f67bb00f8142e465c615f348f0622eb32;p=lyx.git diff --git a/src/Lsstream.h b/src/Lsstream.h index 8d171d2156..79330e2d79 100644 --- a/src/Lsstream.h +++ b/src/Lsstream.h @@ -18,4 +18,7 @@ #include "support/sstream.h" #endif +using std::istringstream; +using std::ostringstream; + #endif