From df8e30b6708d94be89be324000e73ab70a3e2ecb Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Thu, 7 May 2020 19:26:52 -0400
Subject: [PATCH] DRTVWR-476: Diagnostically /showIncludes for Windows SDK
 errors

---
 indra/llwindow/CMakeLists.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt
index 0743fd899f2..726147e8661 100644
--- a/indra/llwindow/CMakeLists.txt
+++ b/indra/llwindow/CMakeLists.txt
@@ -148,6 +148,11 @@ if (WINDOWS)
        comdlg32     # Common Dialogs for ChooseColor
        ole32
        )
+  set_source_files_properties(
+       llwindowwin32.cpp
+       PROPERTIES
+       COMPILE_FLAGS "/showIncludes"
+       )
 endif (WINDOWS)
 
 if (SOLARIS)
-- 
GitLab