diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-23 19:38:28 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-23 19:38:28 +0300 |
commit | 5f50a2a2a11195ca6404ef65e1511e834034a1bb (patch) | |
tree | be49fe29edde04882e049306eb830d37ac567a2a | |
parent | 1b4d5492c6f4aef54bc51e34c05b270bded584f5 (diff) |
Windows build fix
-rw-r--r-- | indra/llwindow/lldxhardware.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llwindow/lldxhardware.h b/indra/llwindow/lldxhardware.h index 1cb687e3b6..6be3a3bef3 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: |