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

@@ -7,6 +7,7 @@
#include "ftxui/screen/string.hpp"
#include "ftxui/screen/terminal.hpp"
namespace ftxui {
namespace {