From 29efce75204b4074b95ab48bd30f8be919c4bc91 Mon Sep 17 00:00:00 2001 From: Vladislav Sytchenko Date: Tue, 8 Sep 2020 16:02:57 -0400 Subject: [PATCH] Add missing include Change-Id: I21683ddb981581a0456ad0aa79843a44422a6ab0 --- rocclr/thread/semaphore.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rocclr/thread/semaphore.cpp b/rocclr/thread/semaphore.cpp index 4b67e5fbfb..795d8f5a0d 100644 --- a/rocclr/thread/semaphore.cpp +++ b/rocclr/thread/semaphore.cpp @@ -26,6 +26,7 @@ #else // !_WIN32 #include #include +#include #endif // !_WIN32 namespace amd {