X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_colour_conversion_dialog.h;h=e42961019a0bb7cf6f8f36f0a88fbcc6605b3809;hb=3c29aa6531a4046a8db72dcac81189eb8893233c;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..e42961019 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,18 @@ */ + #include "lib/colour_conversion.h" +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS +#include + class ColourConversionEditor; + class ContentColourConversionDialog : public wxDialog { public: @@ -43,3 +50,4 @@ private: boost::signals2::scoped_connection _editor_connection; }; +