summaryrefslogtreecommitdiff
path: root/redfish-core/include/schemas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/schemas.hpp')
-rw-r--r--redfish-core/include/schemas.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/redfish-core/include/schemas.hpp b/redfish-core/include/schemas.hpp
index 7302876572..99f6703a91 100644
--- a/redfish-core/include/schemas.hpp
+++ b/redfish-core/include/schemas.hpp
@@ -11,10 +11,11 @@
***************************************************************/
// clang-format off
#include <array>
+#include <string_view>
namespace redfish
{
- constexpr std::array schemas {
+ constexpr std::array<std::string_view,116> schemas {
"AccountService",
"ActionInfo",
"AggregationService",