From 6245dba005eb35525886d16856b6e8cde9ddb105 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 5 Dec 2020 20:59:42 +0000 Subject: move MenuButton to vcl/toolkit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3f228c36e3f35ba54cab2ee87fcfbbae7992668d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107265 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- vcl/source/app/salvtables.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/app') diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index f983237dafed..ba13d7d1a180 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -55,7 +55,7 @@ #include #include #include -#include +#include #include #include #include -- cgit