mirror of
https://github.com/recp/cglm.git
synced 2026-01-02 21:59:56 +00:00
Fix missing abs declaration on Emscripten
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#ifdef __EMSCRIPTEN__
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
Reference in New Issue
Block a user