diff options
Diffstat (limited to 'launcher/net/HeaderProxy.h')
-rw-r--r-- | launcher/net/HeaderProxy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/launcher/net/HeaderProxy.h b/launcher/net/HeaderProxy.h index e94579e7..bb3c8b03 100644 --- a/launcher/net/HeaderProxy.h +++ b/launcher/net/HeaderProxy.h @@ -1,8 +1,6 @@ // SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher - * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> - * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or modify @@ -22,6 +20,7 @@ #pragma once #include <QNetworkRequest> +#include <QDebug> namespace Net { |