aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alffplay.cpp
diff options
context:
space:
mode:
authorAlexey Elymanov <[email protected]>2018-02-20 11:53:55 +0300
committerGitHub <[email protected]>2018-02-20 11:53:55 +0300
commitd7d043a5ef9ede70e656862442c1eda6cc386762 (patch)
treedfb45ab398a2f4cba63316d044c360766e68237e /examples/alffplay.cpp
parent1002bc36e04c79cf1e00d0d2e89558e45134bf86 (diff)
fix building on freebsd (clang)
fixes error: 'pow' is not a member of 'std'
Diffstat (limited to 'examples/alffplay.cpp')
-rw-r--r--examples/alffplay.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp
index 7f83f61d..6f6773a4 100644
--- a/examples/alffplay.cpp
+++ b/examples/alffplay.cpp
@@ -18,6 +18,7 @@
#include <mutex>
#include <deque>
#include <array>
+#include <cmath>
extern "C" {
#include "libavcodec/avcodec.h"