From 5f50a2a2a11195ca6404ef65e1511e834034a1bb Mon Sep 17 00:00:00 2001
From: andreykproductengine <andreykproductengine@lindenlab.com>
Date: Wed, 23 Oct 2019 19:38:28 +0300
Subject: [PATCH] Windows build fix

---
 indra/llwindow/lldxhardware.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llwindow/lldxhardware.h b/indra/llwindow/lldxhardware.h
index 1cb687e3b6d..6be3a3bef3b 100644
--- a/indra/llwindow/lldxhardware.h
+++ b/indra/llwindow/lldxhardware.h
@@ -33,6 +33,8 @@
 #include "llstring.h"
 #include "llsd.h"
 
+# pragma comment(lib, "wbemuuid.lib")
+
 class LLVersion
 {
 public:
-- 
GitLab