Run IWYU. (#208)

This commit is contained in:
Arthur Sonzogni
2021-09-16 20:45:26 +02:00
committed by GitHub
parent 37b44e7557
commit 2c84f0cf1a
21 changed files with 107 additions and 100 deletions

View File

@@ -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.