diff --git a/src/context.hh b/src/context.hh index 3b292e54..4210fce6 100644 --- a/src/context.hh +++ b/src/context.hh @@ -1,11 +1,12 @@ #ifndef context_hh_INCLUDED #define context_hh_INCLUDED +#include "window.hh" + namespace Kakoune { class Buffer; -class Window; struct Context {