mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Fix compiler nits.
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
// Use of this source code is governed by the MIT license that can be found in
|
||||
// the LICENSE file.
|
||||
#include <ftxui/screen/box.hpp> // for Box
|
||||
#include <utility> // for move
|
||||
#include <string>
|
||||
#include <utility> // for move
|
||||
|
||||
#include <cstddef>
|
||||
#include "ftxui/dom/node.hpp"
|
||||
#include "ftxui/dom/selection.hpp" // for Selection
|
||||
#include "ftxui/screen/screen.hpp" // for Screen
|
||||
#include "ftxui/screen/util.hpp" // for clamp
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user