summaryrefslogtreecommitdiff
path: root/test/decryption_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/decryption_test.cc
parent9691fc54fa6a3409520a1a42e6eeb8e6a235f5f6 (diff)
Move all ostream operator<< into some test-only stream_operators.{cc,h} files.
Diffstat (limited to 'test/decryption_test.cc')
-rw-r--r--test/decryption_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/decryption_test.cc b/test/decryption_test.cc
index 3c4c0d61..77f349bd 100644
--- a/test/decryption_test.cc
+++ b/test/decryption_test.cc
@@ -44,6 +44,7 @@
#include "openjpeg_image.h"
#include "rgb_xyz.h"
#include "colour_conversion.h"
+#include "stream_operators.h"
#include <boost/test/unit_test.hpp>
#include <boost/scoped_array.hpp>