Fix compiling with latest devkitppc version

This commit is contained in:
Maschell 2023-07-14 20:58:15 +02:00
parent 80f09f6c3e
commit 1364976697
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#pragma once
#include <cstdint>
#include <string>
class DownloadUtils {