diff options
-rw-r--r-- | include/vcl/toolkit/roadmap.hxx | 2 | ||||
-rw-r--r-- | vcl/source/control/roadmap.cxx | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/toolkit/roadmap.hxx b/include/vcl/toolkit/roadmap.hxx index f3811ba56812..0c08147b0784 100644 --- a/include/vcl/toolkit/roadmap.hxx +++ b/include/vcl/toolkit/roadmap.hxx @@ -21,7 +21,6 @@ #include <vcl/dllapi.h> #include <vcl/ctrl.hxx> -#include <vcl/hyperlabel.hxx> #include <vcl/imgctrl.hxx> #include <memory> @@ -37,6 +36,7 @@ public: typedef sal_Int32 ItemIndex; }; +class HyperLabel; class RoadmapImpl; class RoadmapItem; 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> |