diff options
Diffstat (limited to 'src/osd/modules/render/bgfx/chainentry.cpp')
-rw-r--r-- | src/osd/modules/render/bgfx/chainentry.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/osd/modules/render/bgfx/chainentry.cpp b/src/osd/modules/render/bgfx/chainentry.cpp index b8e47eea624..6e69968ab07 100644 --- a/src/osd/modules/render/bgfx/chainentry.cpp +++ b/src/osd/modules/render/bgfx/chainentry.cpp @@ -9,13 +9,14 @@ // //============================================================ -#include "emu.h" #include <bgfx/bgfx.h> #include <bx/fpumath.h> #include "chainentry.h" +#include "emu.h" +#include "render.h" #include "effect.h" #include "texture.h" #include "target.h" |