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; \