X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcinema_sound_processor.h;h=1d4a389f381bdc48c013641796ccb70cfd972438;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=f735b12277d0c3984a19803cd4941e0e23dd9c34;hpb=fc56dc97103d00437843a31e1ef0c4915900ad1a;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);