Add missing <algorithm> include

This commit is contained in:
Mikael Olenfalk
2020-03-21 16:15:04 +01:00
committed by ArthurSonzogni
parent a1c390ea31
commit 539ec45036
8 changed files with 15 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
#include "ftxui/dom/elements.hpp"
#include "ftxui/dom/node.hpp"
#include <algorithm>
namespace ftxui {
using namespace ftxui;