summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/resampler/resampler.cpp1
1 files changed, 1 insertions, 0 deletions
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