From d4270052ecfd3f75314fc8ea0e22c20384ff8b3c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 Jul 2023 15:38:50 +0200 Subject: Include trimming. --- test/colour_test.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/colour_test.cc b/test/colour_test.cc index d1ca62a1..34fc6bf5 100644 --- a/test/colour_test.cc +++ b/test/colour_test.cc @@ -31,10 +31,13 @@ files in the program, then also delete it here. */ -#include "util.h" + #include "exceptions.h" +#include "types.h" +#include "util.h" #include + /** Check that dcp::Colour works */ BOOST_AUTO_TEST_CASE (colour) { -- cgit v1.2.3