From 89d393e57adbf37e76331f20a9362c12122745a4 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Thu, 7 May 2026 22:24:31 -0700 Subject: [PATCH] Add missing climits include --- src/dusk/ui/number_button.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dusk/ui/number_button.hpp b/src/dusk/ui/number_button.hpp index 29d36d682d..f96879c211 100644 --- a/src/dusk/ui/number_button.hpp +++ b/src/dusk/ui/number_button.hpp @@ -2,6 +2,8 @@ #include "string_button.hpp" +#include + namespace dusk::ui { class NumberButton : public BaseStringButton {