diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-02-21 10:20:48 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-02-21 11:09:28 +0100 |
commit | 27c272797b4a90704c4d0b267d042f4d0837a153 (patch) | |
tree | 1504cf4d8e490e1f2042b543dbb11707b5a7e453 /vcl | |
parent | cdc67f6da362cea008a780abe412403eae64d04c (diff) |
Missing include (fix --disable-pch build)
Change-Id: I0e44c03059f86946f57230bf9786a8fe25e55dea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111189
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/toolbox.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx index 5f8df0453a20..86199a5b6c4a 100644 --- a/vcl/source/window/toolbox.cxx +++ b/vcl/source/window/toolbox.cxx @@ -47,6 +47,7 @@ #endif #include <cstdlib> +#include <map> #include <vector> #include <math.h> |