Fix build errors.

This commit is contained in:
ArthurSonzogni 2025-06-02 16:02:04 +02:00
parent 4898e859d8
commit 9577dfc0b3
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// the LICENSE file. // the LICENSE file.
#include <ftxui/component/component.hpp> #include <ftxui/component/component.hpp>
#include <ftxui/component/screen_interactive.hpp> #include <ftxui/component/screen_interactive.hpp>
#include <string>
using namespace ftxui; using namespace ftxui;

View File

@ -3,6 +3,7 @@
// the LICENSE file. // the LICENSE file.
#include <ftxui/component/component.hpp> #include <ftxui/component/component.hpp>
#include <ftxui/component/screen_interactive.hpp> #include <ftxui/component/screen_interactive.hpp>
#include <string>
using namespace ftxui; using namespace ftxui;