Attempt to fix building with GCC.

This commit is contained in:
John Preston 2022-03-11 15:54:05 +04:00
parent 81e216f1ce
commit c7826b8dff

View file

@ -23,6 +23,7 @@
#include <QtSvg/QSvgRenderer>
#include <jpeglib.h>
#include <setjmp.h>
struct my_error_mgr : public jpeg_error_mgr {
jmp_buf setjmp_buffer;