diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-07 03:03:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-22 23:59:43 +0100 |
| commit | 0254f2d12acb2ff8d770b4e47dc15599d145fe17 (patch) | |
| tree | f7240c24914ce89920f5f36636f2d771a417798c /src/tools/server_test.cc | |
| parent | 0060e0f1969823e4329b15a92e130c8790a2e9d5 (diff) | |
Put Image into the dcpomatic namespace.
Diffstat (limited to 'src/tools/server_test.cc')
| -rw-r--r-- | src/tools/server_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/server_test.cc b/src/tools/server_test.cc index ff3295599..aaeb4115a 100644 --- a/src/tools/server_test.cc +++ b/src/tools/server_test.cc @@ -41,7 +41,6 @@ using std::cerr; using std::cout; using std::make_shared; -using std::pair; using std::shared_ptr; using std::string; using boost::optional; @@ -50,6 +49,7 @@ using boost::bind; using namespace boost::placeholders; #endif using dcp::ArrayData; +using namespace dcpomatic; static shared_ptr<Film> film; |
