fix failure to compile (c'mon guys, remember your #includes :-)
This commit is contained in:
@@ -21,6 +21,9 @@
|
|||||||
#include "SDL_image.h"
|
#include "SDL_image.h"
|
||||||
#include "RageFile.h"
|
#include "RageFile.h"
|
||||||
|
|
||||||
|
// needs to be added to avoid an error
|
||||||
|
#include "SDL_SaveJPEG.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// Statistics stuff
|
// Statistics stuff
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
#include "libjpeg/jpeglib.h"
|
#include "libjpeg/jpeglib.h"
|
||||||
|
|
||||||
|
// Why aren't we including the header to this?
|
||||||
|
#include "SDL_SaveJPEG.h"
|
||||||
|
|
||||||
/* Pull in JPEG library here. */
|
/* Pull in JPEG library here. */
|
||||||
#ifdef _XBOX
|
#ifdef _XBOX
|
||||||
|
|||||||
Reference in New Issue
Block a user