add missing header for sh4_emit.cc

This commit is contained in:
Anthony Pesch 2015-09-17 16:27:17 -07:00
parent 049dbfce4b
commit 255d429cc0
1 changed files with 1 additions and 0 deletions

View File

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