From 558888ac25cf503bcbf996d839a0d5f028b15f7c Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Sat, 15 Dec 2012 01:10:03 +0000 Subject: Ensure resampler.cpp is compiled when needed diff --git a/src/resampler/resampler.cpp b/src/resampler/resampler.cpp index 65e337d..ee3c0dc 100644 --- a/src/resampler/resampler.cpp +++ b/src/resampler/resampler.cpp @@ -1,3 +1,4 @@ +#include "Config.h" #ifdef HIGH_QUALITY_RESAMPLE // http://code.google.com/p/imageresampler/ // resampler.cpp, Separable filtering image rescaler v2.21, Rich Geldreich - richgel99@gmail.com -- cgit v0.9.2-21-gd62e