From 7e972cdd88f304c591d56706258062287475746d Mon Sep 17 00:00:00 2001 From: Simone Morettini Date: Thu, 17 Aug 2023 06:12:43 +0000 Subject: [PATCH] Add missing include --- config/CmdSplitterCfg.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/CmdSplitterCfg.hpp b/config/CmdSplitterCfg.hpp index 048d773559..e943d2a2e0 100644 --- a/config/CmdSplitterCfg.hpp +++ b/config/CmdSplitterCfg.hpp @@ -8,6 +8,8 @@ #ifndef CONFIG_CMD_SPLITTER_CFG_HPP_ #define CONFIG_CMD_SPLITTER_CFG_HPP_ +#include + namespace Svc { //!< Base value for remote opcodes used by Svc::CmdSplitter static const FwOpcodeType CMD_SPLITTER_REMOTE_OPCODE_BASE = 0x10000000;