diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-12 13:37:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-12 13:37:21 +0100 |
| commit | 9c10a236e6c4a9c987f8a55f4ae59b29ae9b939e (patch) | |
| tree | 3cf5d917197729bfc06e98523551fc4e65218084 /src/lib/resampler.cc | |
| parent | 55843f426a05ee7a3bb13fcf97990f0d206b8c60 (diff) | |
Another missing include.
Diffstat (limited to 'src/lib/resampler.cc')
| -rw-r--r-- | src/lib/resampler.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/resampler.cc b/src/lib/resampler.cc index ff93d1609..80175e5f7 100644 --- a/src/lib/resampler.cc +++ b/src/lib/resampler.cc @@ -25,6 +25,7 @@ #include "dcpomatic_assert.h" #include <samplerate.h> #include <iostream> +#include <cmath> #include "i18n.h" |
