mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Use IWYU.
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#ifndef FTXUI_DOM_NODE_DECORATOR_H_
|
||||
#define FTXUI_DOM_NODE_DECORATOR_H_
|
||||
|
||||
#include "ftxui/dom/node.hpp"
|
||||
#include <utility> // for move
|
||||
|
||||
#include "ftxui/dom/node.hpp" // for Node, Elements
|
||||
|
||||
namespace ftxui {
|
||||
struct Box;
|
||||
|
||||
// Helper class.
|
||||
class NodeDecorator : public Node {
|
||||
|
||||
Reference in New Issue
Block a user