Skip to content
Commit ebd43d5e authored by Ramesh Iyyar's avatar Ramesh Iyyar Committed by Jayanth Othayoth
Browse files

host-transport: pldm: default: Added missing header



Added missing header file inclusion to fix compilation error when
using "host-transport" option alone to get default pldm behaviour
to do required host dump action.

Error 1: 'uint32_t' was not declared in this scope
         Fixed by using `#include <stdint.h>`

Error 2: 'runtime_error' is not a member of 'std'
         Fixed by using `#include <stdexcept>`

TestedBy:
- meson builddir -Dhost-transport=pldm
  ninja -C builddir

Signed-off-by: default avatarRamesh Iyyar <rameshi1@in.ibm.com>
Change-Id: I136defcf5f45a6f15be41e11e792091e103ce2c3
parent 341d683d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment