X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcolour_conversion_editor.h;h=cc3c3d225a610dbe3a80c3e33f818cd6b7d12306;hb=25eb7aa723af004162fc7f95995df250c4e4571b;hp=f609daae492d855a86849ad63c5f1905b6fa03d0;hpb=5d838bc863a7569e68546026c109607fd5a94362;p=dcpomatic.git diff --git a/src/wx/colour_conversion_editor.h b/src/wx/colour_conversion_editor.h index f609daae4..cc3c3d225 100644 --- a/src/wx/colour_conversion_editor.h +++ b/src/wx/colour_conversion_editor.h @@ -23,13 +23,16 @@ #define DCPOMATIC_COLOUR_CONVERSION_EDITOR_H -#include +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS +#include +class ColourConversion; class wxGridBagSizer; class wxSpinCtrlDouble; -class ColourConversion; class ColourConversionEditor : public wxPanel