From 52f2f637d9d3cec222809d929f2f38c102874130 Mon Sep 17 00:00:00 2001 From: Matt Schulte Date: Wed, 27 Mar 2019 23:36:57 -0700 Subject: [PATCH] Removes atl and adds shlwapi.lib (#199) --- tools/k4aviewer/CMakeLists.txt | 1 + tools/k4aviewer/platform/windows/k4adevicecorrelator.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/k4aviewer/CMakeLists.txt b/tools/k4aviewer/CMakeLists.txt index aec1a931..5a0717a4 100644 --- a/tools/k4aviewer/CMakeLists.txt +++ b/tools/k4aviewer/CMakeLists.txt @@ -77,6 +77,7 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") list(APPEND EXTERNAL_LIBRARIES setupapi.lib pathcch.lib + Shlwapi.lib ) else() list(APPEND SOURCE_FILES diff --git a/tools/k4aviewer/platform/windows/k4adevicecorrelator.cpp b/tools/k4aviewer/platform/windows/k4adevicecorrelator.cpp index 2666c7f9..8f5c0dd4 100644 --- a/tools/k4aviewer/platform/windows/k4adevicecorrelator.cpp +++ b/tools/k4aviewer/platform/windows/k4adevicecorrelator.cpp @@ -24,7 +24,6 @@ #include #include -#include #include #include #include