Add missing include. Fixes building on Visual Studio 2022.

This commit is contained in:
Julian Groß 2025-03-20 00:23:03 +01:00
parent e670890913
commit 7a6d0b9ef3

View file

@ -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 <QtQml/QQmlContext>
#if defined(Q_OS_WIN)
#include <windows.h>
#endif
#include <AddressManager.h>
#include <AnimationCacheScriptingInterface.h>