summaryrefslogtreecommitdiff
path: root/src/resampler
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-12-15 01:10:03 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-12-15 01:10:03 (GMT)
commit558888ac25cf503bcbf996d839a0d5f028b15f7c (patch)
tree96eebb30124c32c389df2aeb7cefafd532bbecb3 /src/resampler
parentb4475ae96f29a0ae64263b010d66c04e9bc5d02d (diff)
downloadpowder-558888ac25cf503bcbf996d839a0d5f028b15f7c.zip
powder-558888ac25cf503bcbf996d839a0d5f028b15f7c.tar.gz
Ensure resampler.cpp is compiled when needed
Diffstat (limited to 'src/resampler')
-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