From 3d69feda9a411aec6a3f89064cd67a5d6b105b9c Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Mon, 26 Sep 2022 20:10:42 -0700 Subject: Make the schemas.hpp generated file #include array The script missed a #include. Add it. Tested: Code compiles. Header change only. Signed-off-by: Ed Tanous Change-Id: Ib38a46d8e97e4aadb596b4ff68795cea06e62fde --- scripts/update_schemas.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index 626c0d10a7..1c888173bd 100755 --- a/scripts/update_schemas.py +++ b/scripts/update_schemas.py @@ -379,6 +379,7 @@ with open(os.path.join(cpp_path, "schemas.hpp"), "w") as hpp_file: "#pragma once\n" "{WARNING}\n" "// clang-format off\n" + "#include \n" "\n" "namespace redfish\n" "{{\n" -- cgit v1.2.3