More enum class additions.
[dcpomatic.git] / test / test.h
index c188a614fc03612e5e76d9b93622cef87072fb1f..da00fe688d58b59eb4ad82a07bfe463ff9cbf68d 100644 (file)
@@ -20,7 +20,7 @@
 
 
 #include "lib/warnings.h"
-#include <dcp/types.h>
+#include "lib/types.h"
 #include <boost/filesystem.hpp>
 
 
@@ -67,9 +67,12 @@ private:
        std::shared_ptr<Log> _old;
 };
 
+
 namespace dcp {
 
 std::ostream& operator<< (std::ostream& s, dcp::Size i);
-std::ostream& operator<< (std::ostream& s, Standard t);
+std::ostream& operator<< (std::ostream& s, dcp::Standard t);
 
 }
+
+std::ostream& operator<< (std::ostream& s, VideoFrameType f);