Fixes to make it build on OSX with old gear. I have an ancient OSX laptop that uses Clang 14 and it actuall works there. Amazing.
This commit is contained in:
parent
b9c27cd6ba
commit
86c98c43c2
5 changed files with 14 additions and 6 deletions
1
gui.cpp
1
gui.cpp
|
@ -4,6 +4,7 @@
|
|||
#include <memory> // for allocator, shared_ptr
|
||||
#include <string> // for string, operator<<
|
||||
#include <thread> // for sleep_for
|
||||
#include <array>
|
||||
|
||||
#include <ftxui/dom/elements.hpp> // for hflow, paragraph, separator, hbox, vbox, filler, operator|, border, Element
|
||||
#include <ftxui/dom/node.hpp> // for Render
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue