From b2671813eb187ca10cd0090bb6e0d804e6c8fd92 Mon Sep 17 00:00:00 2001 From: Jatin Chaudhary Date: Tue, 26 Sep 2023 14:52:16 +0100 Subject: [PATCH] SWDEV-412457 - header needs to be included Change-Id: Ia291e5e4cc28050e05e6d7e5d7904698db56dce5 --- test/app/roctx_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/app/roctx_test.cpp b/test/app/roctx_test.cpp index 42e194c8e2..3baec11e7b 100644 --- a/test/app/roctx_test.cpp +++ b/test/app/roctx_test.cpp @@ -22,6 +22,8 @@ #include "roctx.h" +#include + #define HIP_CALL(call) \ do { \ hipError_t err = call; \