mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix Windows builds due to missing header
This commit is contained in:
@@ -26,6 +26,11 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#elif defined(__WINDOWS__)
|
||||
extern "C" {
|
||||
// Windows needs this for widechar <-> utf8 conversion utils
|
||||
#include "../localisation/language.h"
|
||||
}
|
||||
#endif
|
||||
|
||||
#include <stack>
|
||||
|
||||
Reference in New Issue
Block a user