fix failure to compile (c'mon guys, remember your #includes :-)

This commit is contained in:
Matt Denham
2004-02-12 07:22:18 +00:00
parent 9b0a6187d5
commit de0007b66c
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -21,6 +21,9 @@
#include "SDL_image.h"
#include "RageFile.h"
// needs to be added to avoid an error
#include "SDL_SaveJPEG.h"
//
// Statistics stuff
//
+2
View File
@@ -6,6 +6,8 @@
#include "libjpeg/jpeglib.h"
// Why aren't we including the header to this?
#include "SDL_SaveJPEG.h"
/* Pull in JPEG library here. */
#ifdef _XBOX