add missing header.

bad_alloc depends on <new>
This commit is contained in:
Yue Wang 2019-06-07 21:59:31 -07:00 committed by GitHub
parent e153407b51
commit a7b30fcb9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ extern "C" {
#include <libavfilter/avfilter.h>
}
#include <new>
#include <utility>
struct AudioFormat;