diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-25 15:38:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-25 15:38:50 +0200 |
| commit | d4270052ecfd3f75314fc8ea0e22c20384ff8b3c (patch) | |
| tree | cf405480ef7b3cea19d4672b7547583688ee509b /test | |
| parent | d21b1e6f9cbf10148b38e1bc3ca3d4920e39a432 (diff) | |
Include trimming.
Diffstat (limited to 'test')
| -rw-r--r-- | test/colour_test.cc | 5 |
1 files changed, 4 insertions, 1 deletions
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 <boost/test/unit_test.hpp> + /** Check that dcp::Colour works */ BOOST_AUTO_TEST_CASE (colour) { |
