From 00b0ee15b36b4490d59bc4b0bd2dc875a9db71e6 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 --- runtime/hsa-runtime/core/util/lazy_ptr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/hsa-runtime/core/util/lazy_ptr.h b/runtime/hsa-runtime/core/util/lazy_ptr.h index 2b74b12748..dbeb1f7647 100644 --- a/runtime/hsa-runtime/core/util/lazy_ptr.h +++ b/runtime/hsa-runtime/core/util/lazy_ptr.h @@ -47,6 +47,7 @@ #include #include +#include "core/util/locks.h" #include "core/util/utils.h" /*