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 };