From 7d54c3bd4f10663aaae3f00a6147983ef4221f7a Mon Sep 17 00:00:00 2001 From: foreman Date: Wed, 2 Oct 2019 13:00:29 -0400 Subject: [PATCH] P4 to Git Change 2007527 by michliao@hliao-dev-00-hip.rocm-workspace on 2019/10/02 12:55:07 SWDEV-145570 - Add the missing header of . Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/trace_helper.h#2 edit --- api/hip/trace_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/api/hip/trace_helper.h b/api/hip/trace_helper.h index 4bb5202558..7888237160 100644 --- a/api/hip/trace_helper.h +++ b/api/hip/trace_helper.h @@ -24,6 +24,7 @@ THE SOFTWARE. #include #include +#include #include //--- // Helper functions to convert HIP function arguments into strings.