summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-01-23 11:04:05 +0100
committerMichael Stahl <mstahl@redhat.com>2015-01-23 11:05:24 +0100
commit91567c26f436ccce0fb60ad6a9671f046a4a68e7 (patch)
tree6d8b92939f40292c9cf4a8c86b35a4fbcfba71c4 /vcl/unx
parentc5b6b206c0e80fae7de4d452334541d2198d41ba (diff)
calling alloca() requires #include <sal/alloca.h>
Change-Id: I59e5ede0c0cfb10f4196d79ae762132ae4ecb9bb
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/gtk/a11y/atkwrapper.cxx1
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>