mirror of
https://github.com/matrix-construct/construct
synced 2025-03-17 06:50:23 +01:00
configure: Add and include std <filesystem> header.
This commit is contained in:
parent
7f7ecc90b3
commit
cd5903960d
2 changed files with 2 additions and 0 deletions
|
@ -662,6 +662,7 @@ RB_CHK_SYSHEADER(optional, [OPTIONAL])
|
|||
RB_CHK_SYSHEADER(new, [NEW])
|
||||
RB_CHK_SYSHEADER(regex, [REGEX])
|
||||
RB_CHK_SYSHEADER(memory_resource, [MEMORY_RESOURCE])
|
||||
RB_CHK_SYSHEADER(filesystem, [FILESYSTEM])
|
||||
|
||||
dnl unix platform
|
||||
RB_CHK_SYSHEADER(unistd.h, [UNISTD_H])
|
||||
|
|
|
@ -84,6 +84,7 @@ extern "C"
|
|||
#include <RB_INC_BITSET
|
||||
#include <RB_INC_OPTIONAL
|
||||
#include <RB_INC_NEW
|
||||
#include <RB_INC_FILESYSTEM
|
||||
|
||||
#include <RB_INC_EXPERIMENTAL_STRING_VIEW
|
||||
#include <RB_INC_EXPERIMENTAL_OPTIONAL
|
||||
|
|
Loading…
Add table
Reference in a new issue