From bc45cd6ad59eebc9f57eadffaf2d9daac5d83ea1 Mon Sep 17 00:00:00 2001 From: Toyosatomimi no Miko <110693261+mikomikotaishi@users.noreply.github.com> Date: Thu, 15 May 2025 15:19:03 -0400 Subject: [PATCH] Missing header --- examples/component/scrollbar.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/component/scrollbar.cpp b/examples/component/scrollbar.cpp index 1b2a5f1db..dea1086d6 100644 --- a/examples/component/scrollbar.cpp +++ b/examples/component/scrollbar.cpp @@ -1,6 +1,10 @@ // Copyright 2023 Arthur Sonzogni. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. +#include +#include +#include + #ifndef FTXUI_BUILD_MODULES #include #include