mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-25 20:27:31 +08:00
Fix compilation errors in clang.
This commit is contained in:
parent
c7d903a628
commit
8b79b3af99
@ -2,8 +2,9 @@
|
||||
#define FTXUI_COMPONENT_EVENT_HPP
|
||||
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
|
@ -24,7 +24,7 @@ void OnExit(int signal) {
|
||||
}
|
||||
|
||||
if (signal == SIGINT)
|
||||
std::quick_exit(SIGINT);
|
||||
quick_exit(SIGINT);
|
||||
}
|
||||
|
||||
ScreenInteractive::ScreenInteractive(int dimx,
|
||||
|
Loading…
Reference in New Issue
Block a user