summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-06 14:14:41 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-06 14:14:41 +0100
commit6d661042104f54b7ce6b18b73a3371fff9a33792 (patch)
treebf310f897e8cbed351fd7a607cec9a8cd78163e0
parentb799c3b9671e815737f769533e40a3bad347f73e (diff)
Try to fix compile failure on Arch.
-rw-r--r--test/read_smpte_subtitle_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/read_smpte_subtitle_test.cc b/test/read_smpte_subtitle_test.cc
index 0ce3eea9..f4d28106 100644
--- a/test/read_smpte_subtitle_test.cc
+++ b/test/read_smpte_subtitle_test.cc
@@ -23,6 +23,7 @@
#include "smpte_load_font_node.h"
#include <boost/test/unit_test.hpp>
#include <boost/optional.hpp>
+#include <boost/optional/optional_io.hpp>
using std::list;
using boost::shared_ptr;