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

configure: Add <new> header.

This commit is contained in:
Jason Volk 2018-01-17 21:35:10 -08:00
parent ce89a705c0
commit 408e8dfb47
2 changed files with 2 additions and 0 deletions

View file

@ -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])

View file

@ -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