diff options
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/brwbox.hxx | 1 | ||||
-rw-r--r-- | include/svtools/dialogcontrolling.hxx | 1 | ||||
-rw-r--r-- | include/svtools/tabbar.hxx | 1 | ||||
-rw-r--r-- | include/svtools/valueset.hxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx index 31c28e8b8e11..cba45688835d 100644 --- a/include/svtools/brwbox.hxx +++ b/include/svtools/brwbox.hxx @@ -24,6 +24,7 @@ #include <vcl/ctrl.hxx> #include <vcl/vclptr.hxx> #include <tools/multisel.hxx> +#include <vcl/event.hxx> #include <vcl/headbar.hxx> #include <vcl/transfer.hxx> #include <vcl/AccessibleBrowseBoxObjType.hxx> diff --git a/include/svtools/dialogcontrolling.hxx b/include/svtools/dialogcontrolling.hxx index 35b7a11171c5..ada35ea75581 100644 --- a/include/svtools/dialogcontrolling.hxx +++ b/include/svtools/dialogcontrolling.hxx @@ -24,6 +24,7 @@ #include <tools/link.hxx> #include <vcl/button.hxx> +#include <vcl/vclevent.hxx> #include <memory> #include <vector> diff --git a/include/svtools/tabbar.hxx b/include/svtools/tabbar.hxx index 7b63f60ce44a..cccd894b36cb 100644 --- a/include/svtools/tabbar.hxx +++ b/include/svtools/tabbar.hxx @@ -23,6 +23,7 @@ #include <svtools/svtdllapi.h> #include <tools/link.hxx> #include <vcl/window.hxx> +#include <vcl/settings.hxx> #include <o3tl/typed_flags_set.hxx> #include <memory> diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx index 440d6e671d35..2a37ea21216b 100644 --- a/include/svtools/valueset.hxx +++ b/include/svtools/valueset.hxx @@ -22,6 +22,7 @@ #include <svtools/svtdllapi.h> +#include <vcl/event.hxx> #include <vcl/ctrl.hxx> #include <vcl/virdev.hxx> #include <vcl/timer.hxx> |