From c665a3401f047ec7ef8b617a563d313b3e950bd4 Mon Sep 17 00:00:00 2001 From: davidpanderson Date: Sat, 24 Aug 2024 12:28:36 -0700 Subject: [PATCH] win build fix --- client/hostinfo_wsl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client/hostinfo_wsl.cpp b/client/hostinfo_wsl.cpp index 284890fb33..4683606cc1 100644 --- a/client/hostinfo_wsl.cpp +++ b/client/hostinfo_wsl.cpp @@ -19,6 +19,7 @@ using std::vector; using std::string; #include "boinc_win.h" +#include "win_util.h" #include "str_replace.h" #include "client_msgs.h"