summaryrefslogtreecommitdiff
path: root/indra/llui/tests
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2020-05-06 09:43:25 -0700
committerPtolemy <ptolemy@lindenlab.com>2020-05-06 09:43:25 -0700
commitcabbc19e95707400a7632498296cc1012b34bb0f (patch)
tree00a1fc15e9fd2c2ee742951967cf37eff22ee47a /indra/llui/tests
parent7bf2a1f5fef557e4531731c608c8dd924c97bc39 (diff)
parent7449f4b6d770be9d56ee5fa3d20b6b59d816719c (diff)
DRTVWR-510: Fix merge conflict
Diffstat (limited to 'indra/llui/tests')
-rw-r--r--indra/llui/tests/llurlentry_test.cpp5
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
// {