mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-17 16:38:09 +08:00
Build with -Wmissing-declarations (#71)
This flag is used to find global functions defined without a previous declaration. Usually it spots accidental globals, but in this case it was just missing headers.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include "ftxui/dom/elements.hpp"
|
||||
#include "ftxui/dom/node.hpp"
|
||||
|
||||
namespace ftxui {
|
||||
|
@@ -1,4 +1,5 @@
|
||||
#include <algorithm>
|
||||
#include "ftxui/dom/elements.hpp"
|
||||
#include "ftxui/dom/node.hpp"
|
||||
#include "ftxui/screen/string.hpp"
|
||||
|
||||
|
Reference in New Issue
Block a user