fix build failure

This commit is contained in:
tildearrow 2025-03-08 04:59:01 -05:00
parent d8f66523b6
commit ce59a015e9

View file

@ -38,6 +38,7 @@ Tech info: https://problemkaputt.de/gbatek.htm
*/ */
#include "nds.hpp" #include "nds.hpp"
#include <stdlib.h>
namespace nds_sound_emu namespace nds_sound_emu
{ {
@ -645,4 +646,4 @@ namespace nds_sound_emu
} }
} }
}; // namespace nds_sound_emu }; // namespace nds_sound_emu