diff --git a/configure.ac b/configure.ac index 8b40c4e39..6ce3a78ff 100644 --- a/configure.ac +++ b/configure.ac @@ -440,6 +440,7 @@ RB_CHK_SYSHEADER([iphlpapi.h], [IPHLPAPI_H]) dnl experimental RB_CHK_SYSHEADER([experimental/string_view], [EXPERIMENTAL_STRING_VIEW]) +RB_CHK_SYSHEADER([experimental/optional], [EXPERIMENTAL_OPTIONAL]) dnl diff --git a/include/ircd/stdinc.h b/include/ircd/stdinc.h index be87d1d1b..3066d7cb0 100644 --- a/include/ircd/stdinc.h +++ b/include/ircd/stdinc.h @@ -93,7 +93,6 @@ extern "C" { #include