mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Remove uchar.h include, which is not available on macOS 13.
This commit is contained in:
@@ -10,9 +10,8 @@
|
||||
#ifndef C_TINYUSD_H
|
||||
#define C_TINYUSD_H
|
||||
|
||||
#include <assert.h>
|
||||
/*#include <assert.h>*/
|
||||
#include <stdint.h>
|
||||
#include <uchar.h> /* size_t */
|
||||
#include <wchar.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user