From 8bbc44d51b062a305155d44bb8bd01ed5d828cdb Mon Sep 17 00:00:00 2001 From: Tony Gutierrez Date: Fri, 8 Nov 2024 14:51:50 -0800 Subject: [PATCH] rocr: Forward declare Driver in the Agent class Change-Id: Ib27081bf31446af92602f723f352fb75ec3f378e --- runtime/hsa-runtime/core/inc/agent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/hsa-runtime/core/inc/agent.h b/runtime/hsa-runtime/core/inc/agent.h index d79986ee39..8aaf11f10c 100644 --- a/runtime/hsa-runtime/core/inc/agent.h +++ b/runtime/hsa-runtime/core/inc/agent.h @@ -49,7 +49,6 @@ #include #include "core/inc/checked.h" -#include "core/inc/driver.h" #include "core/inc/isa.h" #include "core/inc/memory_region.h" #include "core/inc/queue.h" @@ -64,6 +63,7 @@ class MemoryRegion; } namespace core { +class Driver; class Signal; typedef void (*HsaEventCallback)(hsa_status_t status, hsa_queue_t* source,