summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-29 21:17:32 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-29 21:17:32 +0000
commit08fa1eec00b25cb34100f920fd0ebbbb11df96e4 (patch)
tree85a267f670f26fa075c9f8dd7df59f6c87fdf02f /src/lib
parent5772ce6a825c7b6239cf1bf4c86f2dd38a4467d2 (diff)
Try to fix clang build.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/player.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index 600b8dbc2..24c5f2aad 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -18,6 +18,7 @@
*/
#include <stdint.h>
+#include <algorithm>
#include "player.h"
#include "film.h"
#include "ffmpeg_decoder.h"