diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-23 20:27:05 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-23 20:27:05 +0300 |
commit | 5591515f193a1ae3ec0dfcee4020636e529af859 (patch) | |
tree | 7a0078763dc9c5edbe9367a619077b3ec9d5a906 /indra/llui/tests/llurlentry_test.cpp | |
parent | 5f50a2a2a11195ca6404ef65e1511e834034a1bb (diff) |
MAC build fix
Diffstat (limited to 'indra/llui/tests/llurlentry_test.cpp')
-rw-r--r-- | indra/llui/tests/llurlentry_test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/tests/llurlentry_test.cpp b/indra/llui/tests/llurlentry_test.cpp index 119cbebc81..3c34fd269e 100644 --- a/indra/llui/tests/llurlentry_test.cpp +++ b/indra/llui/tests/llurlentry_test.cpp @@ -36,6 +36,11 @@ #include <boost/regex.hpp> +#if LL_WINDOWS +// because something pulls in window and lldxdiag dependencies which in turn need wbemuuid.lib + #pragma comment(lib, "wbemuuid.lib") +#endif + // namespace LLExperienceCache // { |