Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
SMorettini authored and LeStarch committed Aug 17, 2023
1 parent fe6b228 commit 7e972cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/CmdSplitterCfg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#ifndef CONFIG_CMD_SPLITTER_CFG_HPP_
#define CONFIG_CMD_SPLITTER_CFG_HPP_

#include <FpConfig.hpp>

namespace Svc {
//!< Base value for remote opcodes used by Svc::CmdSplitter
static const FwOpcodeType CMD_SPLITTER_REMOTE_OPCODE_BASE = 0x10000000;
Expand Down

0 comments on commit 7e972cd

Please sign in to comment.