diff --git a/Core/HW/OMAConvert.cpp b/Core/HW/OMAConvert.cpp index eaf625bd96..7ace225257 100644 --- a/Core/HW/OMAConvert.cpp +++ b/Core/HW/OMAConvert.cpp @@ -1,4 +1,5 @@ #include "OMAConvert.h" +#include namespace OMAConvert { @@ -355,4 +356,4 @@ int getRIFFChannels(u8* riff, int bufsize) return channel; } -} // namespace OMAConvert \ No newline at end of file +} // namespace OMAConvert