Kaydet (Commit) 91567c26 authored tarafından Michael Stahl's avatar Michael Stahl

calling alloca() requires #include <sal/alloca.h>

Change-Id: I59e5ede0c0cfb10f4196d79ae762132ae4ecb9bb
üst c5b6b206
......@@ -26,6 +26,7 @@
#include <cppuhelper/queryinterface.hxx>
#include <rtl/uuid.h>
#include <rtl/ustring.h>
#include <sal/alloca.h>
#include <vcl/outdev.hxx>
......
......@@ -26,6 +26,7 @@
#include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <rtl/uuid.h>
#include <sal/alloca.h>
#include <vcl/svapp.hxx>
#include <vcl/outdev.hxx>
......
......@@ -55,6 +55,7 @@
#include <rtl/ref.hxx>
#include <osl/diagnose.h>
#include <sal/alloca.h>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/queryinterface.hxx>
......
......@@ -32,10 +32,7 @@
#include "sallayout.hxx"
#include <cstdio>
#include <malloc.h>
#ifndef __MINGW32__
#define alloca _alloca
#endif
#include <sal/alloca.h>
#include <algorithm>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment