mirror of https://github.com/inolen/redream.git
add missing header for sh4_emit.cc
This commit is contained in:
parent
049dbfce4b
commit
255d429cc0
|
@ -1,5 +1,6 @@
|
|||
#define _USE_MATH_DEFINES
|
||||
#include <math.h>
|
||||
#include <stddef.h>
|
||||
#include "jit/frontend/sh4/sh4_emit.h"
|
||||
#include "jit/frontend/sh4/sh4_frontend.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue