mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 00:23:52 +00:00
Add missing ctype.h include for transcoder/basisu_containers_impl.h
The file uses `isdigit` and `isalpha` from `ctype.h`, and recent MSVC seems to require it explicitly.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
// basisu_containers_impl.h
|
||||
// Do not include directly
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning (disable:4127) // warning C4127: conditional expression is constant
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user