X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFootlike.cpp;h=9d0b69040394c299aa2c37399d9284f2a40138ed;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=c0647b0824f99b6bafcbabc9ef4c1f0f9d137df1;hpb=a8cd9a4b8fd325b00c75f601c66c6d618ba276db;p=lyx.git diff --git a/src/insets/InsetFootlike.cpp b/src/insets/InsetFootlike.cpp index c0647b0824..9d0b690403 100644 --- a/src/insets/InsetFootlike.cpp +++ b/src/insets/InsetFootlike.cpp @@ -19,6 +19,8 @@ #include +using namespace std; + namespace lyx { @@ -50,7 +52,7 @@ void InsetFootlike::draw(PainterInfo & pi, int x, int y) const } -void InsetFootlike::write(Buffer const & buf, std::ostream & os) const +void InsetFootlike::write(Buffer const & buf, ostream & os) const { os << to_utf8(name()) << "\n"; InsetCollapsable::write(buf, os);