Fix to compile with Xcode 13
Some checks failed
Doxygen Action / build (push) Has been cancelled

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman
2025-10-10 13:32:27 +02:00
parent 06ad21caab
commit 037cb1f82c
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,8 @@
#include "windows.h"
#include <sal.h>
#include <tchar.h>
#else
#endif
#if __has_include(<uchar.h>)
#include <uchar.h>
#endif
#include <locale>

View File

@@ -14,7 +14,7 @@
#include <stdint.h>
#include <stdio.h>
#include <time.h>
#ifdef _WIN32
#if __has_include(<uchar.h>)
#include <uchar.h>
#endif
#ifdef __APPLE__