From ac23870186e580079928cabf56efe6aa7d51ed63 Mon Sep 17 00:00:00 2001
From: Thomas Stuefe <stuefe@openjdk.org>
Date: Fri, 23 Apr 2021 16:37:07 +0000
Subject: [PATCH] 8265831: 8257831 broke Windows x86 build

Reviewed-by: shade
---
 src/hotspot/os/windows/os_windows.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/hotspot/os/windows/os_windows.cpp b/src/hotspot/os/windows/os_windows.cpp
index 8c24599f1ae..61bbaa33ad6 100644
--- a/src/hotspot/os/windows/os_windows.cpp
+++ b/src/hotspot/os/windows/os_windows.cpp
@@ -58,6 +58,7 @@
 #include "runtime/perfMemory.hpp"
 #include "runtime/safefetch.inline.hpp"
 #include "runtime/safepointMechanism.hpp"
+#include "runtime/semaphore.inline.hpp"
 #include "runtime/sharedRuntime.hpp"
 #include "runtime/statSampler.hpp"
 #include "runtime/thread.inline.hpp"