fix building on freebsd (clang)
fixes error: 'pow' is not a member of 'std'
This commit is contained in:
parent
1002bc36e0
commit
d7d043a5ef
@ -18,6 +18,7 @@
|
||||
#include <mutex>
|
||||
#include <deque>
|
||||
#include <array>
|
||||
#include <cmath>
|
||||
|
||||
extern "C" {
|
||||
#include "libavcodec/avcodec.h"
|
||||
|
Loading…
Reference in New Issue
Block a user