summaryrefslogtreecommitdiff
path: root/test/read_smpte_subtitle_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-21 17:10:19 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-21 19:19:49 +0100
commite5f89bffcfb92756fe292d5d27ef2dcfd42e2af6 (patch)
tree1d1a5291a8fb113924e2eac757de26ad33e6ee10 /test/read_smpte_subtitle_test.cc
parent9691fc54fa6a3409520a1a42e6eeb8e6a235f5f6 (diff)
Move all ostream operator<< into some test-only stream_operators.{cc,h} files.
Diffstat (limited to 'test/read_smpte_subtitle_test.cc')
-rw-r--r--test/read_smpte_subtitle_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/read_smpte_subtitle_test.cc b/test/read_smpte_subtitle_test.cc
index 15fc5dd8..49fd1f62 100644
--- a/test/read_smpte_subtitle_test.cc
+++ b/test/read_smpte_subtitle_test.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
This file is part of libdcp.
@@ -36,6 +36,7 @@
#include "local_time.h"
#include "smpte_load_font_node.h"
#include "subtitle_image.h"
+#include "stream_operators.h"
#include <boost/test/unit_test.hpp>
#include <boost/optional.hpp>
#include <boost/optional/optional_io.hpp>