From c28aadf5a8a486f2b17e6bba9aec3fb0a5bd06d0 Mon Sep 17 00:00:00 2001 From: Christian Sigg Date: Tue, 27 Aug 2019 12:13:34 +0200 Subject: [PATCH] Add missing include to lazy_ptr.h Change-Id: I5b061692a4ec6def631d7c3182e5b644b6b9c519 [ROCm/ROCR-Runtime commit: 00b0ee15b36b4490d59bc4b0bd2dc875a9db71e6] --- projects/rocr-runtime/runtime/hsa-runtime/core/util/lazy_ptr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/lazy_ptr.h b/projects/rocr-runtime/runtime/hsa-runtime/core/util/lazy_ptr.h index 2b74b12748..dbeb1f7647 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/lazy_ptr.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/lazy_ptr.h @@ -47,6 +47,7 @@ #include #include +#include "core/util/locks.h" #include "core/util/utils.h" /*