X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ftext_panel.cc;h=a841d1654db52f9175f8b2263a9b125c7b9e57aa;hp=24646b78ac56704e1ee3636ff39a5ffcdac6d7c4;hb=b9a1ad3df5f9d85fb7439efd93fede72b9b078af;hpb=313319ba2d8544bc25524e02e634804a503b54f1 diff --git a/src/wx/text_panel.cc b/src/wx/text_panel.cc index 24646b78a..a841d1654 100644 --- a/src/wx/text_panel.cc +++ b/src/wx/text_panel.cc @@ -45,7 +45,10 @@ #include "lib/string_text_file_decoder.h" #include "lib/subtitle_analysis.h" #include "lib/text_content.h" +#include "lib/warnings.h" +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS using std::cout;