From 13117b0ecdc600a54ee0b1f9c68c06edbb7fd89c Mon Sep 17 00:00:00 2001 From: "Kudchadker, Saleel" Date: Tue, 24 Jun 2025 18:34:55 -0700 Subject: [PATCH] SWDEV-535490 - Fix build break on windows (#618) [ROCm/clr commit: 4c2405b108045066ddce68954acf8bb3ee623b2b] --- projects/clr/rocclr/os/os_win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/os/os_win32.cpp b/projects/clr/rocclr/os/os_win32.cpp index f0db1d803f..90edca5eeb 100644 --- a/projects/clr/rocclr/os/os_win32.cpp +++ b/projects/clr/rocclr/os/os_win32.cpp @@ -22,7 +22,7 @@ #include "os/os.hpp" #include "thread/thread.hpp" - +#include "utils/flags.hpp" #include #include #include