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