- Comment noting an error with stdint isinf and isnan

This commit is contained in:
2025-08-22 03:03:54 -04:00
parent 540c7fbce8
commit 18c0a7099d

View File

@@ -26,6 +26,7 @@
#define __PTRDIFF_TYPE__ ptrdiff_t
#endif
// Include math since stdint will define its own versions of isinf and isnan
#include <math.h>
#include <stddef.h>
#include <stdint.h>