Bump libdcp.
[libsub.git] / src / stl_text_reader.h
index 77e9b73c2e7d2e1a0fde24b0b67f831d3c1f3be8..c966a2fd19baffeec9f0ae5833687f8f07af3da9 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "reader.h"
 #include <boost/optional.hpp>
+#include <iostream>
 
 namespace sub {
 
@@ -36,7 +37,7 @@ public:
 private:
        void set (std::string name, std::string value);
        void maybe_push ();
-       boost::optional<FrameTime> time (std::string t) const;
+       boost::optional<Time> time (std::string t) const;
 
        RawSubtitle _subtitle;
 };