mirror of https://github.com/inolen/redream.git
gcc compilation fixes
This commit is contained in:
parent
0bcc30559b
commit
3504d313e0
|
@ -1,6 +1,7 @@
|
|||
#ifndef MAPLE_H
|
||||
#define MAPLE_H
|
||||
|
||||
#include <memory>
|
||||
#include "system/keys.h"
|
||||
|
||||
namespace dreavm {
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
using namespace dreavm::core;
|
||||
using namespace dreavm::emu;
|
||||
using namespace dreavm::hw;
|
||||
using namespace dreavm::hw::sh4;
|
||||
using namespace dreavm::jit;
|
||||
using namespace dreavm::jit::frontend::sh4;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <stddef.h>
|
||||
#include "sh4_test.h"
|
||||
#include "jit/frontend/sh4/sh4_context.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue