summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-20 07:52:21 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-20 07:52:21 +0000
commit6a8f6bb77ab0a0e0b44bf3bd1cadbe7d55b1b632 (patch)
tree79a2f414fc04f23ffbf484e6273756cfa2b76a0c /src/lib
parent4a6799c9d1666aa7db3a67d92bd3e31f16597e13 (diff)
parent5ee6fb339860356956708b0169cc46e459f0c545 (diff)
Merge branch 'video-player' of ssh://houllier/home/carl/git/dvdomatic into video-player
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/encoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h
index 8ab4479ef..e5916ad3a 100644
--- a/src/lib/encoder.h
+++ b/src/lib/encoder.h
@@ -28,6 +28,7 @@
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition.hpp>
#include <boost/thread.hpp>
+#include <boost/optional.hpp>
#include <list>
#include <stdint.h>
extern "C" {