mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add RJPEG header include
This commit is contained in:
parent
28dd2c2545
commit
e3802c499f
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
|||
#ifdef HAVE_RPNG
|
||||
#include <formats/rpng.h>
|
||||
#endif
|
||||
#ifdef HAVE_RJPEG
|
||||
#include <formats/rjpeg.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../menu/menu_driver.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue