X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetfoot.C;h=a2297b6cd9133aee05ea456eb6f32c6a1dc16b6e;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=a9a103db497d6d5451ef5559a55c431a759c1f08;hpb=d32d0cbb9552186e0d69ee2320baf2570402fc72;p=lyx.git diff --git a/src/insets/insetfoot.C b/src/insets/insetfoot.C index a9a103db49..a2297b6cd9 100644 --- a/src/insets/insetfoot.C +++ b/src/insets/insetfoot.C @@ -24,6 +24,9 @@ #include "debug.h" +using std::ostream; + + InsetFoot::InsetFoot() : InsetFootlike() { @@ -53,7 +56,7 @@ string const InsetFoot::editMessage() const int InsetFoot::latex(Buffer const * buf, - std::ostream & os, bool fragile, bool fp) const + ostream & os, bool fragile, bool fp) const { os << "%\n\\footnote{";