#ifndef meta_hh_INCLUDED #define meta_hh_INCLUDED namespace Kakoune { namespace Meta { template struct Type {}; } } #endif // meta_hh_INCLUDED