summaryrefslogtreecommitdiff
path: root/indra/llwindow
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-07-15 16:02:51 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-07-15 16:02:51 +0300
commit201384690c72807128c6acde344b5191d88818ab (patch)
tree050166c7ecc9423f1f11508c82aa6256970de628 /indra/llwindow
parent8c66f54cfa9b1d26271338b7629290b35222617f (diff)
SL-5894 Fix llurlentry test building
Diffstat (limited to 'indra/llwindow')
-rw-r--r--indra/llwindow/llwindowwin32.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowwin32.cpp b/indra/llwindow/llwindowwin32.cpp
index 5bb27084d7..164133b5eb 100644
--- a/indra/llwindow/llwindowwin32.cpp
+++ b/indra/llwindow/llwindowwin32.cpp
@@ -59,6 +59,8 @@
#include <dinput.h>
#include <Dbt.h.>
+#include <InitGuid.h> // needed for llurlentry test to build on some systems
+#pragma comment(lib, "dxguid.lib") // needed for llurlentry test to build on some systems
#pragma comment(lib, "dinput8")
const S32 MAX_MESSAGE_PER_UPDATE = 20;