From 7a6d0b9ef324759d88d214961368d73480ff963a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Thu, 20 Mar 2025 00:23:03 +0100 Subject: [PATCH] Add missing include. Fixes building on Visual Studio 2022. --- interface/src/Application_UI.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/interface/src/Application_UI.cpp b/interface/src/Application_UI.cpp index ee40319e28..5ffed6f102 100644 --- a/interface/src/Application_UI.cpp +++ b/interface/src/Application_UI.cpp @@ -6,7 +6,7 @@ // Created by Andrzej Kapolka on 5/10/13. // Copyright 2013 High Fidelity, Inc. // Copyright 2020 Vircadia contributors. -// Copyright 2022-2023 Overte e.V. +// Copyright 2022-2025 Overte e.V. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html @@ -16,6 +16,9 @@ #include "Application.h" #include +#if defined(Q_OS_WIN) +#include +#endif #include #include