summaryrefslogtreecommitdiff
path: root/src/lib/encoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-20 07:48:06 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-20 07:48:06 +0000
commit8facae0e8033d0c6be0fb3b259c785fd5f91f667 (patch)
treeb7900192245a2685a2659c32acf127ee21a0f3f3 /src/lib/encoder.h
parent692ba6090ab9b555007c606e891616eddd2ee55a (diff)
Missing include.
Diffstat (limited to 'src/lib/encoder.h')
-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" {