summaryrefslogtreecommitdiff
path: root/test/ratio_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-21 02:44:11 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-21 20:15:14 +0100
commit28111007e2e6fd62f5810be780706ae1618bd33f (patch)
treed99fe830ba961b174d3f024d2b5671a9821ed8a9 /test/ratio_test.cc
parentc7d77490382d6ddb625340c05b57487cde244f96 (diff)
Adapt for libdcp use of enum class.
Diffstat (limited to 'test/ratio_test.cc')
-rw-r--r--test/ratio_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ratio_test.cc b/test/ratio_test.cc
index 43f1d2a15..1e8d54333 100644
--- a/test/ratio_test.cc
+++ b/test/ratio_test.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -28,6 +28,7 @@
#include <dcp/util.h>
#include "lib/ratio.h"
#include "lib/util.h"
+#include "test.h"
using std::ostream;