diff options
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/helper/btndlg.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolkit/source/helper/btndlg.cxx b/toolkit/source/helper/btndlg.cxx index 5aec00335260..64124928babc 100644 --- a/toolkit/source/helper/btndlg.cxx +++ b/toolkit/source/helper/btndlg.cxx @@ -17,13 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <memory> - #include <vcl/toolkit/button.hxx> #include <vcl/stdtext.hxx> #include <helper/btndlg.hxx> #include <sal/log.hxx> - +#include <map> +#include <memory> struct ImplBtnDlgItem { |