1
0
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:
Brad Smith
2024-06-29 17:56:33 -04:00
committed by GitHub
parent b4a38e42ce
commit 6af7f258e0

View File

@@ -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>