sw/source/uibase/frmdlg/frmmgr.cxx | 1 + sw/source/uibase/shells/frmsh.cxx | 1 + 2 files changed, 2 insertions(+)
New commits: commit 1538aedf25bd351f6e3701a76f2b0c07e7239f24 Author: Armin Le Grand <[email protected]> Date: Fri Sep 22 18:06:20 2017 +0200 RotGrfFlyFrame: Linux build adaptions Change-Id: I365287ecd6525b1972e8436d61332f7121d88649 diff --git a/sw/source/uibase/frmdlg/frmmgr.cxx b/sw/source/uibase/frmdlg/frmmgr.cxx index a2d1c93297f1..bbd7240621cf 100644 --- a/sw/source/uibase/frmdlg/frmmgr.cxx +++ b/sw/source/uibase/frmdlg/frmmgr.cxx @@ -41,6 +41,7 @@ #include <com/sun/star/text/HoriOrientation.hpp> #include <com/sun/star/text/VertOrientation.hpp> #include <com/sun/star/text/RelOrientation.hpp> +#include <grfatr.hxx> using namespace ::com::sun::star; diff --git a/sw/source/uibase/shells/frmsh.cxx b/sw/source/uibase/shells/frmsh.cxx index 08030a2fffc7..63d3ac02d420 100644 --- a/sw/source/uibase/shells/frmsh.cxx +++ b/sw/source/uibase/shells/frmsh.cxx @@ -85,6 +85,7 @@ #define SwFrameShell #include <sfx2/msg.hxx> #include "swslots.hxx" +#include <grfatr.hxx> using ::editeng::SvxBorderLine; using namespace ::com::sun::star; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
