From f75c8f6c6dcb35247bb032cad403c8c0dfbae2eb Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 19 Nov 2018 16:27:02 +1100 Subject: [PATCH] types/tagged: use relative paths for test headers --- test/types/tagged.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/types/tagged.cpp b/test/types/tagged.cpp index 7dab8173..d6af240a 100644 --- a/test/types/tagged.cpp +++ b/test/types/tagged.cpp @@ -1,6 +1,6 @@ -#include +#include "tap.hpp" -#include +#include "types/tagged.hpp" enum tag_t { A, B, C };