diff --git a/include/ircd/db/row.h b/include/ircd/db/row.h index 60006c05d..c4cfa76c8 100644 --- a/include/ircd/db/row.h +++ b/include/ircd/db/row.h @@ -111,7 +111,7 @@ ircd::db::row::row(database &d, :row{[&d, &key, &t, &buf, &opts] () -> row { - static const typename json::tuple::keys cols; + static const json::keys> cols; return { d, key, cols, buf, opts }; }()} {