Add RJPEG header include

This commit is contained in:
twinaphex 2016-05-11 21:38:33 +02:00
parent 28dd2c2545
commit e3802c499f

View File

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