From a691683c7d7e7316d474c573154570328f33ac2f Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Tue, 13 Nov 2018 15:20:10 +1100 Subject: [PATCH] types/tagged: add missing include for alignment cast --- types/tagged.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/types/tagged.hpp b/types/tagged.hpp index ddc43041..4404f168 100644 --- a/types/tagged.hpp +++ b/types/tagged.hpp @@ -10,6 +10,7 @@ #include +#include "../cast.hpp" #include "../maths.hpp" #include "../tuple/type.hpp"