From dea46036d3c763d5194bc96c5f81bbcb1e7758ce Mon Sep 17 00:00:00 2001 From: Christian Sigg Date: Tue, 27 Aug 2019 12:11:42 +0200 Subject: [PATCH] Adding missing includes to sdma_registers.h Change-Id: Idb2a54f45c810508ae0ebac0ca12853df8025c7a [ROCm/ROCR-Runtime commit: 912c23a6d5518f984aa8be3b364818cbbff04563] --- .../rocr-runtime/runtime/hsa-runtime/core/inc/sdma_registers.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/sdma_registers.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/sdma_registers.h index bcea19e19f..6e1a7fbf5b 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/sdma_registers.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/sdma_registers.h @@ -43,6 +43,9 @@ #ifndef HSA_RUNTIME_CORE_INC_SDMA_REGISTERS_H_ #define HSA_RUNTIME_CORE_INC_SDMA_REGISTERS_H_ +#include +#include + namespace amd { // SDMA packet for VI device.