diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2020-05-29 18:47:17 +1000 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-06-26 10:14:39 +0200 |
commit | 1a6b0f167d8ecba3b3d07fd48c43394e38b58702 (patch) | |
tree | c1abaaa39895226dac590d64aaff3c8bb87bccee /vcl/source/window/winproc.cxx | |
parent | e4e69bb6751ffdc53d8a4d8869249545c9eb64f0 (diff) |
vcl: split off QueueInfo to own files
Change-Id: Ib2904066edd371229c5daa09b81b210e99853895
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96251
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/source/window/winproc.cxx')
-rw-r--r-- | vcl/source/window/winproc.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx index 57bba25eb16b..e50c7da96af5 100644 --- a/vcl/source/window/winproc.cxx +++ b/vcl/source/window/winproc.cxx @@ -27,6 +27,7 @@ #include <unotools/localedatawrapper.hxx> #include <comphelper/lok.hxx> +#include <vcl/QueueInfo.hxx> #include <vcl/timer.hxx> #include <vcl/event.hxx> #include <vcl/GestureEvent.hxx> |