gcc compilation fixes

This commit is contained in:
Anthony Pesch 2015-09-12 00:06:31 -07:00
parent 0bcc30559b
commit 3504d313e0
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef MAPLE_H
#define MAPLE_H
#include <memory>
#include "system/keys.h"
namespace dreavm {

View File

@ -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;

View File

@ -1,3 +1,4 @@
#include <stddef.h>
#include "sh4_test.h"
#include "jit/frontend/sh4/sh4_context.h"