From 9577dfc0b30c1f89b648717b74b5a528b5f433ee Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Mon, 2 Jun 2025 16:02:04 +0200 Subject: [PATCH] Fix build errors. --- examples/component/scrollbar.cpp | 1 + examples/component/window.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/component/scrollbar.cpp b/examples/component/scrollbar.cpp index 6bdc42896..33b022410 100644 --- a/examples/component/scrollbar.cpp +++ b/examples/component/scrollbar.cpp @@ -3,6 +3,7 @@ // the LICENSE file. #include #include +#include using namespace ftxui; diff --git a/examples/component/window.cpp b/examples/component/window.cpp index 121b48a6b..16966d626 100644 --- a/examples/component/window.cpp +++ b/examples/component/window.cpp @@ -3,6 +3,7 @@ // the LICENSE file. #include #include +#include using namespace ftxui;