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

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