From 28111007e2e6fd62f5810be780706ae1618bd33f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 21 Jan 2021 02:44:11 +0100 Subject: Adapt for libdcp use of enum class. --- test/ratio_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/ratio_test.cc') 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 + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -28,6 +28,7 @@ #include #include "lib/ratio.h" #include "lib/util.h" +#include "test.h" using std::ostream; -- cgit v1.2.3