From 127fd7b365db787bcaeacda98983e6a4582885b1 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Thu, 10 Oct 2013 11:35:28 -0400 Subject: [PATCH] Add Image template instantiation for IPixel --- Base/src/Image.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Base/src/Image.cpp b/Base/src/Image.cpp index c78d2f8..fd842d7 100644 --- a/Base/src/Image.cpp +++ b/Base/src/Image.cpp @@ -51,6 +51,7 @@ #include "Color.h" #include "Pixel.h" +#include "IPixel.h" template static inline T sad( const T &a, const T &b ) { @@ -289,6 +290,7 @@ void Image::SetImageData(uint32 width, uint32 height, PixelType *data } template class Image; +template class Image; template class Image; } // namespace FasTC