# HG changeset patch # User Olaf Wintermann # Date 1775917780 -7200 # Node ID d2ac2ac4eee4df6062a4b4893ead982c9321ec5a # Parent 33395e907ff61805ebcf67d496cd9909e59d998c fix container.h include in widget.h (Cocoa) diff -r 33395e907ff6 -r d2ac2ac4eee4 ui/cocoa/widget.h --- a/ui/cocoa/widget.h Sat Apr 11 16:26:04 2026 +0200 +++ b/ui/cocoa/widget.h Sat Apr 11 16:29:40 2026 +0200 @@ -27,5 +27,5 @@ */ #import "toolkit.h" -#import "Container.h" +#import "container.h" #import "../ui/widget.h"