diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 13:13:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 16:18:50 +0200 |
commit | 1857ddaa18717bc778ae65571322bf4cdafdcb5a (patch) | |
tree | 5b5e5d238055fd3b9a5aa8feba0d1a4d1be8bf9b /vcl/source/control | |
parent | ab0df4e1642d226a68c6858e87b88e9cc6fbbdf6 (diff) |
no need to include hyperlabel.hxx
Change-Id: Iafa7d391c5a1b383a82b900f80c9f78f666ce340
Reviewed-on: https://gerrit.libreoffice.org/78345
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/roadmap.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/control/roadmap.cxx b/vcl/source/control/roadmap.cxx index d171d3baf8af..133d196dcf35 100644 --- a/vcl/source/control/roadmap.cxx +++ b/vcl/source/control/roadmap.cxx @@ -20,6 +20,7 @@ #include <vector> #include <algorithm> #include <vcl/event.hxx> +#include <vcl/hyperlabel.hxx> #include <vcl/toolkit/roadmap.hxx> #include <vcl/settings.hxx> #include <tools/color.hxx> |