# HG changeset patch # User Olaf Wintermann # Date 1780062422 -7200 # Node ID 34b7b8a9acdf4743bbcedc0e200773024f0c971c # Parent 76b7664f951e0e210fa740eed0e1e939d7ce98b5 fix missing include diff -r 76b7664f951e -r 34b7b8a9acdf ui/common/wrapper.c --- a/ui/common/wrapper.c Fri May 29 15:40:31 2026 +0200 +++ b/ui/common/wrapper.c Fri May 29 15:47:02 2026 +0200 @@ -28,7 +28,6 @@ #include "wrapper.h" #include "types.h" -#include "ui/text.h" #include #include diff -r 76b7664f951e -r 34b7b8a9acdf ui/common/wrapper.h --- a/ui/common/wrapper.h Fri May 29 15:40:31 2026 +0200 +++ b/ui/common/wrapper.h Fri May 29 15:47:02 2026 +0200 @@ -31,6 +31,7 @@ #include "../ui/toolkit.h" #include "../ui/list.h" +#include "../ui/text.h" #ifdef __cplusplus extern "C" {