mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
Add missing includes for gcc
Bug:https://github.com/ArthurSonzogni/FTXUI/issues/695
This commit is contained in:
@@ -91,7 +91,6 @@ Element DefaultRenderState(const WindowRenderState& state) {
|
||||
element = window(text(state.title), element);
|
||||
element |= clear_under;
|
||||
|
||||
|
||||
Color color = Color::Red;
|
||||
|
||||
element = std::make_shared<ResizeDecorator>( //
|
||||
@@ -304,3 +303,7 @@ Component Window(WindowOptions option) {
|
||||
}
|
||||
|
||||
}; // namespace ftxui
|
||||
|
||||
// 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.
|
||||
|
Reference in New Issue
Block a user