Include setjmp.h for jpeg.cpp

pull/946/head
Levin Li 2021-04-10 10:04:12 +08:00
parent 9582eef708
commit 3de6707b0c
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include <cstdio> // fopen, fclose
#include <cstring> // memcpy
#include <setjmp.h>
extern "C" {
#include <jpeglib.h>
}