From c09f066165818d4e01cd9ec79fbf41b839cb62a5 Mon Sep 17 00:00:00 2001 From: Jaskowicz1 Date: Mon, 23 Oct 2023 21:04:52 +0100 Subject: [PATCH] feat: added sku_map to restresults.h --- include/dpp/restresults.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/dpp/restresults.h b/include/dpp/restresults.h index 381eee5cbc..df6c94eeef 100644 --- a/include/dpp/restresults.h +++ b/include/dpp/restresults.h @@ -200,7 +200,8 @@ typedef std::variant< welcome_screen, entitlement, entitlement_map, - sku + sku, + sku_map > confirmable_t; /**