diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-11 00:57:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-13 20:22:43 +0200 |
| commit | d430b8650121bfdad3d22b903521a146ad46c487 (patch) | |
| tree | 68349e4dc35595548cffacc72e9e61b4c45ec677 /test/image_test.cc | |
| parent | 49fcfee3b68282cefeefff034adeb458a80d1b4f (diff) | |
Put Image in dcpomatic:: to avoid Fastvideo name clash.
Diffstat (limited to 'test/image_test.cc')
| -rw-r--r-- | test/image_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/image_test.cc b/test/image_test.cc index 5fccf6b9b..b45d9a97b 100644 --- a/test/image_test.cc +++ b/test/image_test.cc @@ -34,6 +34,8 @@ using std::string; using std::list; using std::cout; using boost::shared_ptr; +using namespace dcpomatic; + BOOST_AUTO_TEST_CASE (aligned_image_test) { |
