Rename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.
[dcpomatic.git] / src / lib / cross.h
index ece36fe252aef51da20217295dcba7ad6211b1b7..1145812696ddbda442bae1ef16315f6001dc53c0 100644 (file)
@@ -31,6 +31,7 @@
 #include <boost/filesystem.hpp>
 #include <boost/thread/mutex.hpp>
 #include <boost/optional.hpp>
+#include <boost/function.hpp>
 
 #ifdef DCPOMATIC_WINDOWS
 #define WEXITSTATUS(w) (w)
@@ -138,4 +139,6 @@ private:
        boost::optional<std::string> _model;
 };
 
+void disk_write_finished ();
+
 #endif