diff options
author | Christian Glöckner <cgloeckner@freenet.de> | 2016-03-29 11:17:57 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-03-31 17:35:47 +0200 |
commit | 524ec1f528fd91d1d40499ec8b10e3f31e89aeff (patch) | |
tree | a6a34e92f00d0a4da464c445b57df2b61abcb5c9 | |
parent | bc35d8c71b92dfb5f56a6d2f7a870812da994db6 (diff) |
fixed include path
-rw-r--r-- | src/chresampler.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/chresampler.cc b/src/chresampler.cc index 79118ae..4515e53 100644 --- a/src/chresampler.cc +++ b/src/chresampler.cc @@ -25,13 +25,12 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ #include "chresampler.h" +#include "cpp11fix.h" #include <config.h> #include <hugin.hpp> #include <stdio.h> -#include <cpp11fix.h> - #ifdef WITH_RESAMPLER #if defined(USE_ZITA) |