diff options
| author | William A. Kennington III <wak@google.com> | 2018-11-12 17:25:00 -0800 |
|---|---|---|
| committer | William A. Kennington III <wak@google.com> | 2018-11-12 17:26:35 -0800 |
| commit | 436f3b88152393c33b579c20d5ba0de28ff0f855 (patch) | |
| tree | eed83b121f90d2e97f70476f26ba45752419a8a8 | |
| parent | acf54d089bbd4d6f3ac790229ee7008d96ed760b (diff) | |
| download | phosphor-state-manager-436f3b88152393c33b579c20d5ba0de28ff0f855.tar.gz phosphor-state-manager-436f3b88152393c33b579c20d5ba0de28ff0f855.zip | |
Include missing <cassert>
We are currently transitively depending on sdbusplus to provide the
definition of assert(). Add the necessary include we should have
requested.
Change-Id: I9e348edc851fc922916942f522748f0bc59d5399
Signed-off-by: William A. Kennington III <wak@google.com>
| -rw-r--r-- | bmc_state_manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bmc_state_manager.cpp b/bmc_state_manager.cpp index 1e63f26..6651d2f 100644 --- a/bmc_state_manager.cpp +++ b/bmc_state_manager.cpp @@ -1,3 +1,4 @@ +#include <cassert> #include <phosphor-logging/log.hpp> #include <sys/sysinfo.h> #include "bmc_state_manager.hpp" |

