From dec2f0fe3ea9e3e95d6fc6abc421f1a81149c10c Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 27 Apr 2025 11:07:55 -0400 Subject: init compressor-select widget --- ui.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ui.c') diff --git a/ui.c b/ui.c index a28a169..cb65da7 100644 --- a/ui.c +++ b/ui.c @@ -1,9 +1,11 @@ #include +#include #include #include "microui.h" -#include "widget.h" #include "unit.h" +#include "compressor.h" +#include "widget.h" #include "engine.h" #include "ui.h" -- cgit v1.2.3