mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
ircd: Check and include standard execution policies header.
This commit is contained in:
parent
406020572d
commit
a4e21ae111
2 changed files with 2 additions and 0 deletions
|
@ -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])
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue