mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Fix building on *BSDs
None of the *BSD's have the alloca.h header.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
#ifndef _WIN32
|
||||
# ifndef __FreeBSD__
|
||||
# if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__)
|
||||
# include <alloca.h>
|
||||
# endif
|
||||
# include <unicode/ucnv.h>
|
||||
|
||||
Reference in New Issue
Block a user