aboutsummaryrefslogtreecommitdiff
path: root/graphics/yuv_to_rgb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/yuv_to_rgb.cpp')
-rw-r--r--graphics/yuv_to_rgb.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/yuv_to_rgb.cpp b/graphics/yuv_to_rgb.cpp
index 99cd208ec0..2a485fa664 100644
--- a/graphics/yuv_to_rgb.cpp
+++ b/graphics/yuv_to_rgb.cpp
@@ -86,6 +86,10 @@
#include "graphics/surface.h"
#include "graphics/yuv_to_rgb.h"
+namespace Common {
+DECLARE_SINGLETON(Graphics::YUVToRGBManager);
+}
+
namespace Graphics {
class YUVToRGBLookup {