summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/colour_test.cc5
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)
{