mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-01 02:53:00 +00:00
fix: add missing climits/cfloat includes
This commit is contained in:
parent
5d5e4b4418
commit
a2107c6ab5
|
|
@ -9,6 +9,8 @@
|
|||
#include <string>
|
||||
#include <cerrno>
|
||||
#include <atomic>
|
||||
#include <climits>
|
||||
#include <cfloat>
|
||||
#include <pthread.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue