diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-14 21:45:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-16 20:18:29 +0100 |
commit | 700936e43df0ac06accac1b3a8218e221e46455c (patch) | |
tree | d9d4fb8ae5904ea33e626190dc26b237cfc32fc9 /starmath/source | |
parent | 76e14924edcecc4312229b5a9b9b9a80f597695d (diff) |
use fwd decls
Change-Id: I06a4049d84d3ef755b713c045f686361782bdfc1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88807
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/edit.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx index 515b924ee1ef..ae7c4aca99a8 100644 --- a/starmath/source/edit.cxx +++ b/starmath/source/edit.cxx @@ -22,6 +22,7 @@ #include <vcl/commandevent.hxx> #include <vcl/event.hxx> +#include <vcl/scrbar.hxx> #include <vcl/settings.hxx> #include <editeng/editview.hxx> |