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