diff --git a/examples/component/scrollbar.cpp b/examples/component/scrollbar.cpp index 6bdc4289..33b02241 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 121b48a6..16966d62 100644 --- a/examples/component/window.cpp +++ b/examples/component/window.cpp @@ -3,6 +3,7 @@ // the LICENSE file. #include #include +#include using namespace ftxui;