From: Georg Baum Date: Sat, 18 Jul 2015 14:29:04 +0000 (+0200) Subject: LengthCombo does not depend on VSpace X-Git-Tag: 2.2.0alpha1~420 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=eaf70913ac001254573b99949e3e9e227f5a4a85;p=features.git LengthCombo does not depend on VSpace so use the right include --- 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 {