# HG changeset patch # User Olaf Wintermann # Date 1759483887 -7200 # Node ID f33f05cd0548f06d9cc45a9dbcaa660e20d1ded9 # Parent c0e92f157af50e67b5f063e3b8a36ec176c4ab09 add missing widget.h include diff -r c0e92f157af5 -r f33f05cd0548 ui/common/context.c --- a/ui/common/context.c Fri Oct 03 11:25:10 2025 +0200 +++ b/ui/common/context.c Fri Oct 03 11:31:27 2025 +0200 @@ -38,6 +38,7 @@ #include "context.h" #include "../ui/window.h" +#include "../ui/widget.h" #include "document.h" #include "types.h"