X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetLine.cpp;h=f2944c85a518eb67a65fc4adde4652b8a65e3724;hb=2c357c1d23b7b83839a9beb8225d4f1ae4f793b4;hp=22f4aa316a4aa800e804bad9bb8f3569ae474c6c;hpb=5ddc612b735317d5b22553a63aad7879503e3950;p=lyx.git diff --git a/src/insets/InsetLine.cpp b/src/insets/InsetLine.cpp index 22f4aa316a..f2944c85a5 100644 --- a/src/insets/InsetLine.cpp +++ b/src/insets/InsetLine.cpp @@ -12,7 +12,7 @@ #include "InsetLine.h" -#include "debug.h" +#include "Dimension.h" #include "Font.h" #include "MetricsInfo.h" #include "LaTeXFeatures.h" @@ -21,13 +21,17 @@ #include "frontends/Painter.h" +#include "support/debug.h" +#include "support/docstream.h" + + + +using namespace std; namespace lyx { using frontend::Painter; -using std::ostream; - void InsetLine::read(Buffer const &, Lexer &) {