Include zstd as a system header from basis_universal.

Fixes #17133
This commit is contained in:
Henrik Rydgård 2023-03-16 14:59:18 +01:00
parent ae8c804328
commit 4e4209c630

View File

@ -155,7 +155,7 @@
// If BASISD_SUPPORT_KTX2_ZSTD is 0, UASTC files compressed with Zstd cannot be loaded.
#if BASISD_SUPPORT_KTX2_ZSTD
// We only use two Zstd API's: ZSTD_decompress() and ZSTD_isError()
#include "../zstd/lib/zstd.h"
#include <zstd.h>
#endif
#endif