mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-25 12:36:11 +03:00
fix include in context.hh
This commit is contained in:
parent
f541a639f2
commit
b49279503b
@ -1,11 +1,12 @@
|
||||
#ifndef context_hh_INCLUDED
|
||||
#define context_hh_INCLUDED
|
||||
|
||||
#include "window.hh"
|
||||
|
||||
namespace Kakoune
|
||||
{
|
||||
|
||||
class Buffer;
|
||||
class Window;
|
||||
|
||||
struct Context
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user