diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-31 23:47:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-31 23:47:14 +0100 |
| commit | e0255a64d22440d718e5512f34a4f21f0d37a21b (patch) | |
| tree | 61927018d28794c7c32c238bc37259bfddb2f01c /src/lib/playlist.h | |
| parent | 8fedaaa75c4586a4cc7ffb393bd71d1fdb091dc8 (diff) | |
Use enum class for Film::Property.
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index b49baa430..91f39bf6b 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -21,8 +21,9 @@ #ifndef DCPOMATIC_PLAYLIST_H #define DCPOMATIC_PLAYLIST_H -#include "util.h" +#include "change_signaller.h" #include "frame_rate_change.h" +#include "util.h" #include <libcxml/cxml.h> #include <boost/signals2.hpp> #include <boost/thread.hpp> |
