mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-08 11:12:59 +00:00
fix: include cmath in LinuxStubs to get floorf
This commit is contained in:
parent
39b9222ba1
commit
fb3c7048f9
|
|
@ -11,6 +11,7 @@
|
|||
#include <atomic>
|
||||
#include <climits>
|
||||
#include <cfloat>
|
||||
#include <cmath>
|
||||
#include <pthread.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue