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

ircd: Check and include standard execution policies header.

This commit is contained in:
Jason Volk 2020-07-31 22:12:14 -07:00
parent 406020572d
commit a4e21ae111
2 changed files with 2 additions and 0 deletions

View file

@ -944,6 +944,7 @@ RB_CHK_SYSHEADER(type_traits, [TYPE_TRAITS])
RB_CHK_SYSHEADER(typeindex, [TYPEINDEX])
RB_CHK_SYSHEADER(variant, [VARIANT])
RB_CHK_SYSHEADER(utility, [UTILITY])
RB_CHK_SYSHEADER(execution, [EXECUTION])
RB_CHK_SYSHEADER(functional, [FUNCTIONAL])
RB_CHK_SYSHEADER(algorithm, [ALGORITHM])
RB_CHK_SYSHEADER(numeric, [NUMERIC])

View file

@ -114,6 +114,7 @@ extern "C"
// Other standard suites
#include <RB_INC_UTILITY
#include <RB_INC_EXECUTION
#include <RB_INC_FUNCTIONAL
#include <RB_INC_ALGORITHM
#include <RB_INC_FILESYSTEM