From 327d15b7f2ee5a1628a11ddaf13d42da1249dd96 Mon Sep 17 00:00:00 2001
From: twinaphex <libretro@gmail.com>
Date: Mon, 12 Jan 2015 22:37:53 +0100
Subject: [PATCH] (PS3) Build fix

---
 gfx/gl_common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gfx/gl_common.h b/gfx/gl_common.h
index 6e4befde8a..85f392ee8e 100644
--- a/gfx/gl_common.h
+++ b/gfx/gl_common.h
@@ -22,6 +22,7 @@
 #include <gfx/math/matrix_4x4.h>
 #include <gfx/scaler/scaler.h>
 #include "fonts/gl_font.h"
+#include "image/image.h"
 #include "video_shader_driver.h"
 
 #ifdef HAVE_CONFIG_H