From d17e0c85cb97e9c24d9a1eb9396781c872496ed1 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sun, 1 Jan 2023 19:03:43 -0800 Subject: [PATCH] ifdef around inclusion of winrt header. --- src/musikcube/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/musikcube/stdafx.h b/src/musikcube/stdafx.h index e1b9d9071..ceedc7968 100644 --- a/src/musikcube/stdafx.h +++ b/src/musikcube/stdafx.h @@ -72,7 +72,9 @@ asio's streambuf. include it up front so work around this */ #include #pragma warning(pop) +#ifdef WIN32 #include +#endif #include #include