test libdcp
[dcpomatic.git] / src / wx / video_view.h
index a1cc41f072d88f6df06ad60648dbb8e33c30c37a..387cca9f6a0a86dda8804fe3e2ad4c92e6d6baf5 100644 (file)
@@ -29,6 +29,7 @@
 #include "lib/timer.h"
 #include "lib/types.h"
 #include <dcp/warnings.h>
+#include <dcp/types.h>
 LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
 LIBDCP_ENABLE_WARNINGS
@@ -149,6 +150,10 @@ protected:
                return wxColour(0, 255, 0);
        }
 
+       wxColour crop_guess_colour () const {
+               return wxColour(0, 0, 255);
+       }
+
        int video_frame_rate () const {
                boost::mutex::scoped_lock lm (_mutex);
                return _video_frame_rate;