diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-01-23 11:04:05 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-01-23 11:05:24 +0100 |
commit | 91567c26f436ccce0fb60ad6a9671f046a4a68e7 (patch) | |
tree | 6d8b92939f40292c9cf4a8c86b35a4fbcfba71c4 /vcl/unx | |
parent | c5b6b206c0e80fae7de4d452334541d2198d41ba (diff) |
calling alloca() requires #include <sal/alloca.h>
Change-Id: I59e5ede0c0cfb10f4196d79ae762132ae4ecb9bb
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/gtk/a11y/atkwrapper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/gtk/a11y/atkwrapper.cxx b/vcl/unx/gtk/a11y/atkwrapper.cxx index 4f34e0e84144..6d972ffba7ab 100644 --- a/vcl/unx/gtk/a11y/atkwrapper.cxx +++ b/vcl/unx/gtk/a11y/atkwrapper.cxx @@ -55,6 +55,7 @@ #include <rtl/ref.hxx> #include <osl/diagnose.h> +#include <sal/alloca.h> #include <cppuhelper/factory.hxx> #include <cppuhelper/queryinterface.hxx> |