summaryrefslogtreecommitdiff
path: root/test/stream_operators.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-02 22:43:19 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-02 22:43:19 +0200
commitd9b957d7da123e4b6e5f2449f5d45c12fce225f8 (patch)
tree46fb87683ff357aff3b886a5e6201a9bb390d3a9 /test/stream_operators.h
parentfeff11732f33487a5bec6fb568f43f86c1a0ab0b (diff)
Replace ContentKind enum with a class.
Diffstat (limited to 'test/stream_operators.h')
-rw-r--r--test/stream_operators.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/stream_operators.h b/test/stream_operators.h
index 691e3daa..d51fa007 100644
--- a/test/stream_operators.h
+++ b/test/stream_operators.h
@@ -32,6 +32,7 @@
*/
+#include "content_kind.h"
#include "rating.h"
#include "types.h"
#include "verify.h"