From 4d632166bb4b552bc58ef0efeb52cb1d3f47a9e7 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) --- src/trace_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/trace_helper.h b/src/trace_helper.h index 0f09b98e08..84f218a438 100644 --- a/src/trace_helper.h +++ b/src/trace_helper.h @@ -27,6 +27,7 @@ THE SOFTWARE. #include #include +#include #include //--- // Helper functions to convert HIP function arguments into strings.