summaryrefslogtreecommitdiff
path: root/redfish-core/lib/task.hpp
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-01-20 06:01:49 +0300
committerEd Tanous <ed@tanous.net>2023-02-16 20:08:24 +0300
commitd093c9961eeb6bdfcfa280b6a2bbbbef00e3fe59 (patch)
tree6013eeb487fcf84983b1566fccb63ef2a9e34abf /redfish-core/lib/task.hpp
parent53ffeca5ae50e522338b9e167e5840bf967a429b (diff)
downloadbmcweb-d093c9961eeb6bdfcfa280b6a2bbbbef00e3fe59.tar.xz
Fix some more includes
clang-tidy warns on these when run directly in a header file. Fix them. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ib3366699c36e85644107690c23467f2ed22e398d
Diffstat (limited to 'redfish-core/lib/task.hpp')
-rw-r--r--redfish-core/lib/task.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/redfish-core/lib/task.hpp b/redfish-core/lib/task.hpp
index 105d4cdd95..cfe6c3ee1a 100644
--- a/redfish-core/lib/task.hpp
+++ b/redfish-core/lib/task.hpp
@@ -18,6 +18,7 @@
#include "app.hpp"
#include "dbus_utility.hpp"
#include "event_service_manager.hpp"
+#include "health.hpp"
#include "query.hpp"
#include "registries/privilege_registry.hpp"
#include "task_messages.hpp"