X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_colour_conversion_dialog.h;h=d0fb74823e97bc518e3e35bcdfbc06001f25b791;hb=f984990795e548e2c4160d17d0fa54a40c8b1311;hp=471c1f8849dad60688d489e45e91d57dfd2a0aeb;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/wx/content_colour_conversion_dialog.h b/src/wx/content_colour_conversion_dialog.h index 471c1f884..d0fb74823 100644 --- a/src/wx/content_colour_conversion_dialog.h +++ b/src/wx/content_colour_conversion_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2015 Carl Hetherington + Copyright (C) 2013-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,11 +18,15 @@ */ + #include "lib/colour_conversion.h" #include +#include + class ColourConversionEditor; + class ContentColourConversionDialog : public wxDialog { public: @@ -43,3 +47,4 @@ private: boost::signals2::scoped_connection _editor_connection; }; +