Add missing include to libsnes.cpp
This commit is contained in:
parent
9b14075f51
commit
8c41bf9b79
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "libsnes.hpp"
|
||||
#include <snes/snes.hpp>
|
||||
#include <gameboy/gameboy.hpp>
|
||||
|
||||
#include <nall/snes/cartridge.hpp>
|
||||
#include <nall/gameboy/cartridge.hpp>
|
||||
|
|
Loading…
Add table
Reference in a new issue