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

configure: Add and include std <filesystem> header.

This commit is contained in:
Jason Volk 2019-03-02 11:40:12 -08:00
parent 7f7ecc90b3
commit cd5903960d
2 changed files with 2 additions and 0 deletions

View file

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

View file

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