From b49279503b47d10ad829984b2e0019eb19796a37 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 13 Feb 2012 21:32:54 +0000 Subject: [PATCH] fix include in context.hh --- src/context.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {