0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-24 05:43:45 +02:00

ircd: Add <cuchar> to standard include group.

This commit is contained in:
Jason Volk 2020-06-25 17:19:01 -07:00
parent 6a33be4494
commit 4aae2c4963
2 changed files with 2 additions and 0 deletions

View file

@ -917,6 +917,7 @@ RB_CHK_SYSHEADER(unordered_map, [UNORDERED_MAP])
RB_CHK_SYSHEADER(string, [STRING])
RB_CHK_SYSHEADER(cstring, [CSTRING])
RB_CHK_SYSHEADER(locale, [LOCALE])
RB_CHK_SYSHEADER(cuchar, [CUCHAR])
RB_CHK_SYSHEADER(codecvt, [CODECVT])
RB_CHK_SYSHEADER(sstream, [SSTREAM])
RB_CHK_SYSHEADER(fstream, [FSTREAM])

View file

@ -67,6 +67,7 @@ extern "C"
#include <RB_INC_STRING
#include <RB_INC_CSTRING
#include <RB_INC_STRING_VIEW
#include <RB_INC_CUCHAR
#include <RB_INC_LOCALE
#include <RB_INC_CODECVT
#include <RB_INC_MAP