summaryrefslogtreecommitdiffstats
path: root/host-cmd-manager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host-cmd-manager.hpp')
-rw-r--r--host-cmd-manager.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host-cmd-manager.hpp b/host-cmd-manager.hpp
index 949e798..9a5891c 100644
--- a/host-cmd-manager.hpp
+++ b/host-cmd-manager.hpp
@@ -4,7 +4,7 @@
#include <queue>
#include <sdbusplus/bus.hpp>
#include <sdbusplus/bus/match.hpp>
-#include <timer.hpp>
+#include <sdbusplus/timer.hpp>
#include <tuple>
namespace phosphor
@@ -101,7 +101,7 @@ class Manager
std::queue<CommandHandler> workQueue{};
/** @brief Timer for commands to host */
- phosphor::ipmi::Timer timer;
+ phosphor::Timer timer;
/** @brief Match handler for the requested host state */
sdbusplus::bus::match_t hostTransitionMatch;
OpenPOWER on IntegriCloud