diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-04 22:37:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-04 22:37:31 +0200 |
| commit | cf2ed48d21ddbc32bda262064480e88e69dc031a (patch) | |
| tree | 039a981cebf24e1e7ca34478d35cd3c70b280bab /src/lib/audio_content.cc | |
| parent | 4b74bd9f359b9fe4f841cd9a361f3b2b24c2351e (diff) | |
Cleanup: move some methods from util to maths_util.
Diffstat (limited to 'src/lib/audio_content.cc')
| -rw-r--r-- | src/lib/audio_content.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/audio_content.cc b/src/lib/audio_content.cc index f2510b494..32e713ff2 100644 --- a/src/lib/audio_content.cc +++ b/src/lib/audio_content.cc @@ -25,6 +25,7 @@ #include "exceptions.h" #include "film.h" #include "frame_rate_change.h" +#include "maths_util.h" #include <dcp/raw_convert.h> #include <libcxml/cxml.h> #include <libxml++/libxml++.h> |
