0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-18 10:53:48 +02:00

ircd: Add cfloat to standard include.

This commit is contained in:
Jason Volk 2022-03-04 12:48:42 -08:00
parent b7b1328352
commit 8e268023d1
2 changed files with 2 additions and 0 deletions

View file

@ -1067,6 +1067,7 @@ RB_CHK_SYSHEADER(functional, [FUNCTIONAL])
RB_CHK_SYSHEADER(algorithm, [ALGORITHM])
RB_CHK_SYSHEADER(numeric, [NUMERIC])
RB_CHK_SYSHEADER(cmath, [CMATH])
RB_CHK_SYSHEADER(cfloat, [CFLOAT])
RB_CHK_SYSHEADER(cfenv, [CFENV])
RB_CHK_SYSHEADER(memory, [MEMORY])
RB_CHK_SYSHEADER(exception, [EXCEPTION])

View file

@ -89,6 +89,7 @@ extern "C"
#include <RB_INC_STRING_VIEW
// Numerics
#include <RB_INC_CFLOAT
#include <RB_INC_CFENV
#include <RB_INC_CMATH
#include <RB_INC_NUMERIC