diff options
author | kcat <[email protected]> | 2018-02-20 07:46:38 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2018-02-20 07:46:38 -0800 |
commit | e7ac63be4de736332a6a361d602c6faadf9d75ae (patch) | |
tree | dfb45ab398a2f4cba63316d044c360766e68237e | |
parent | 1002bc36e04c79cf1e00d0d2e89558e45134bf86 (diff) | |
parent | d7d043a5ef9ede70e656862442c1eda6cc386762 (diff) |
Merge pull request #171 from digitalist/patch-1
fix building on freebsd (clang), maybe osx too
-rw-r--r-- | examples/alffplay.cpp | 1 |
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" |