mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Run IWYU. (#208)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "ftxui/dom/box_helper.hpp"
|
||||
|
||||
#include <algorithm> // for max
|
||||
|
||||
namespace ftxui {
|
||||
namespace box_helper {
|
||||
|
||||
@@ -83,3 +85,7 @@ void Compute(std::vector<Element>* elements, int target_size) {
|
||||
|
||||
} // namespace box_helper
|
||||
} // namespace ftxui
|
||||
|
||||
// Copyright 2021 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