From 201384690c72807128c6acde344b5191d88818ab Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Wed, 15 Jul 2020 16:02:51 +0300 Subject: SL-5894 Fix llurlentry test building --- indra/llwindow/llwindowwin32.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra') 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 #include +#include // 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; -- cgit v1.2.3