X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcinema_sound_processor.h;h=1d4a389f381bdc48c013641796ccb70cfd972438;hb=b7ef3e79b9eb4f245556e69c68ee624c5b43e126;hp=f735b12277d0c3984a19803cd4941e0e23dd9c34;hpb=04eebe07e2f64bd15f6887a10ab51fb92c52901a;p=dcpomatic.git diff --git a/src/lib/cinema_sound_processor.h b/src/lib/cinema_sound_processor.h index f735b1227..1d4a389f3 100644 --- a/src/lib/cinema_sound_processor.h +++ b/src/lib/cinema_sound_processor.h @@ -24,9 +24,9 @@ #ifndef DCPOMATIC_CINEMA_SOUND_PROCESSOR_H #define DCPOMATIC_CINEMA_SOUND_PROCESSOR_H +#include #include #include -#include /** @class CinemaSoundProcessor * @brief Class to describe a cimema's sound processor. @@ -50,7 +50,7 @@ public: std::string name () const { return _name; } - + static std::vector all (); static void setup_cinema_sound_processors (); static CinemaSoundProcessor const * from_id (std::string id);