mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 00:15:05 +01:00
configure: Add <new> header.
This commit is contained in:
parent
ce89a705c0
commit
408e8dfb47
2 changed files with 2 additions and 0 deletions
|
@ -433,6 +433,7 @@ RB_CHK_SYSHEADER(random, [RANDOM])
|
|||
RB_CHK_SYSHEADER(bitset, [BITSET])
|
||||
RB_CHK_SYSHEADER(string_view, [STRING_VIEW])
|
||||
RB_CHK_SYSHEADER(optional, [OPTIONAL])
|
||||
RB_CHK_SYSHEADER(new, [NEW])
|
||||
|
||||
dnl unix platform
|
||||
RB_CHK_SYSHEADER(unistd.h, [UNISTD_H])
|
||||
|
|
|
@ -102,6 +102,7 @@ extern "C"
|
|||
#include <RB_INC_RANDOM
|
||||
#include <RB_INC_BITSET
|
||||
#include <RB_INC_OPTIONAL
|
||||
#include <RB_INC_NEW
|
||||
|
||||
#include <RB_INC_EXPERIMENTAL_STRING_VIEW
|
||||
#include <RB_INC_EXPERIMENTAL_OPTIONAL
|
||||
|
|
Loading…
Reference in a new issue