From 4b05ebc19479d95b93ec672ae7d6360e3afd62b2 Mon Sep 17 00:00:00 2001 From: mhbliao <47895780+mhbliao@users.noreply.github.com> Date: Fri, 4 Oct 2019 04:09:29 -0400 Subject: [PATCH] [hip] Add the missing header . (#1498) [ROCm/hip commit: 4d632166bb4b552bc58ef0efeb52cb1d3f47a9e7] --- projects/hip/src/trace_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hip/src/trace_helper.h b/projects/hip/src/trace_helper.h index 0f09b98e08..84f218a438 100644 --- a/projects/hip/src/trace_helper.h +++ b/projects/hip/src/trace_helper.h @@ -27,6 +27,7 @@ THE SOFTWARE. #include #include +#include #include //--- // Helper functions to convert HIP function arguments into strings.