mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +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 {
|
||||
|
Reference in New Issue
Block a user