summaryrefslogtreecommitdiff
path: root/vcl/source/font
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/font')
-rw-r--r--vcl/source/font/PhysicalFontCollection.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/source/font/PhysicalFontCollection.cxx b/vcl/source/font/PhysicalFontCollection.cxx
index dbff2c35b628..4eee2251d464 100644
--- a/vcl/source/font/PhysicalFontCollection.cxx
+++ b/vcl/source/font/PhysicalFontCollection.cxx
@@ -18,6 +18,7 @@
*/
#include <sal/types.h>
+#include <sal/alloca.h>
#include <vector>
@@ -36,9 +37,6 @@
#include "PhysicalFontCollection.hxx"
-#ifdef SOLARIS
-#include <alloca.h>
-#endif
static unsigned lcl_IsCJKFont( const OUString& rFontName )
{