diff --git a/pcsx2/SIO/Memcard/MemoryCardFolder.cpp b/pcsx2/SIO/Memcard/MemoryCardFolder.cpp index ac9298c529f66..1566c42e1b447 100644 --- a/pcsx2/SIO/Memcard/MemoryCardFolder.cpp +++ b/pcsx2/SIO/Memcard/MemoryCardFolder.cpp @@ -24,6 +24,7 @@ #include #include #include +#include // A helper function to parse the YAML file static std::optional loadYamlFile(const char* filePath)