From 13649766977e21e31dc3532ffcc554b004ca6823 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 14 Jul 2023 20:58:15 +0200 Subject: [PATCH] Fix compiling with latest devkitppc version --- source/utils/DownloadUtils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/utils/DownloadUtils.h b/source/utils/DownloadUtils.h index ca13afb..a85efb4 100644 --- a/source/utils/DownloadUtils.h +++ b/source/utils/DownloadUtils.h @@ -1,4 +1,5 @@ #pragma once +#include #include class DownloadUtils {