From eaf70913ac001254573b99949e3e9e227f5a4a85 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sat, 18 Jul 2015 16:29:04 +0200 Subject: [PATCH] LengthCombo does not depend on VSpace so use the right include --- src/frontends/qt4/GuiDocument.cpp | 1 + src/frontends/qt4/LengthCombo.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiDocument.cpp b/src/frontends/qt4/GuiDocument.cpp index 848f38194f..96ea215f08 100644 --- a/src/frontends/qt4/GuiDocument.cpp +++ b/src/frontends/qt4/GuiDocument.cpp @@ -52,6 +52,7 @@ #include "Spacing.h" #include "TextClass.h" #include "Undo.h" +#include "VSpace.h" #include "insets/InsetListingsParams.h" diff --git a/src/frontends/qt4/LengthCombo.h b/src/frontends/qt4/LengthCombo.h index 3e69de4865..4d32318787 100644 --- a/src/frontends/qt4/LengthCombo.h +++ b/src/frontends/qt4/LengthCombo.h @@ -14,7 +14,7 @@ #include -#include "VSpace.h" +#include "Length.h" namespace lyx { -- 2.39.2