diff --git a/lemon/bits/traits.h b/lemon/bits/traits.h --- a/lemon/bits/traits.h +++ b/lemon/bits/traits.h @@ -19,13 +19,16 @@ #ifndef LEMON_BITS_TRAITS_H #define LEMON_BITS_TRAITS_H -#include - ///\file ///\brief Traits for graphs and maps /// +#include + namespace lemon { + + struct InvalidType {}; + template class ItemSetTraits {};