add missing widget.h include

Fri, 03 Oct 2025 11:31:27 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 03 Oct 2025 11:31:27 +0200
changeset 793
f33f05cd0548
parent 792
c0e92f157af5
child 794
ebd7b3394501

add missing widget.h include

ui/common/context.c file | annotate | diff | comparison | revisions
--- 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"
 

mercurial