X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ftest.h;h=da00fe688d58b59eb4ad82a07bfe463ff9cbf68d;hb=8fedaaa75c4586a4cc7ffb393bd71d1fdb091dc8;hp=44ca706f69ca560d3e55d0f7260678ffc303b22c;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/test/test.h b/test/test.h index 44ca706f6..da00fe688 100644 --- a/test/test.h +++ b/test/test.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2019 Carl Hetherington + Copyright (C) 2013-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -20,6 +20,7 @@ #include "lib/warnings.h" +#include "lib/types.h" #include @@ -66,3 +67,12 @@ private: std::shared_ptr _old; }; + +namespace dcp { + +std::ostream& operator<< (std::ostream& s, dcp::Size i); +std::ostream& operator<< (std::ostream& s, dcp::Standard t); + +} + +std::ostream& operator<< (std::ostream& s, VideoFrameType f);