fix include in context.hh

This commit is contained in:
Maxime Coste 2012-02-13 21:32:54 +00:00
parent f541a639f2
commit b49279503b

View File

@ -1,11 +1,12 @@
#ifndef context_hh_INCLUDED
#define context_hh_INCLUDED
#include "window.hh"
namespace Kakoune
{
class Buffer;
class Window;
struct Context
{