X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Frequired_disk_space_test.cc;h=cad2e2ee5bdffbaac3a4ab826ebfc5bdd21989cf;hp=5510864d9b94576e78b66b3b3a53a893a574a837;hb=6d686ea45f5cd01a0d11f92a903ac77779ad8562;hpb=8fedaaa75c4586a4cc7ffb393bd71d1fdb091dc8 diff --git a/test/required_disk_space_test.cc b/test/required_disk_space_test.cc index 5510864d9..cad2e2ee5 100644 --- a/test/required_disk_space_test.cc +++ b/test/required_disk_space_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington + Copyright (C) 2016-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,20 +18,24 @@ */ + /** @file test/required_disk_space_test.cc * @brief Check Film::required_disk_space * @ingroup selfcontained */ + #include "lib/content_factory.h" #include "lib/dcp_content.h" #include "lib/film.h" #include "test.h" #include + +using std::dynamic_pointer_cast; using std::make_shared; using std::shared_ptr; -using std::dynamic_pointer_cast; + void check_within_n (int64_t a, int64_t b, int64_t n) {