From 1528d3cc919031d04a2d140a35d9b4cff6633eba Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 19 Feb 2015 19:00:19 +0100 Subject: Added missing `Cond` dependency headers --- src/conditional/cond.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conditional/cond.h b/src/conditional/cond.h index 8a34f79..c543449 100644 --- a/src/conditional/cond.h +++ b/src/conditional/cond.h @@ -1,6 +1,8 @@ #ifndef TYPEASVALUE_SRC_CONDITIONAL_COND_H_ #define TYPEASVALUE_SRC_CONDITIONAL_COND_H_ +#include "type.h" +#include "list/cons.h" #include "list/detail/find_variadic.h" namespace tav { -- cgit v1.2.3