diff options
| author | 2016-03-28 13:44:56 +0200 | |
|---|---|---|
| committer | 2016-03-28 13:48:29 +0200 | |
| commit | dcb59350f32e0cbad8acb9048ae699425faae3ec (patch) | |
| tree | b70fda1e66e839ea94dc8a2da8857d712eefadcb /src/emu/rendutil.cpp | |
| parent | 628cef3d97103a7a7348f66c1a9f6a7680b64443 (diff) | |
Move jpeglib.h include where it belongs. No need to include this in
rendutil.h.
Diffstat (limited to 'src/emu/rendutil.cpp')
| -rw-r--r-- | src/emu/rendutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/rendutil.cpp b/src/emu/rendutil.cpp index db8fa94230e..eed35713a92 100644 --- a/src/emu/rendutil.cpp +++ b/src/emu/rendutil.cpp @@ -12,7 +12,7 @@ #include "rendutil.h" #include "png.h" - +#include "libjpeg/jpeglib.h" /*************************************************************************** FUNCTION PROTOTYPES |
