mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-29 14:45:53 +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
|
#define FTXUI_COMPONENT_EVENT_HPP
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <vector>
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace ftxui {
|
namespace ftxui {
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ void OnExit(int signal) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (signal == SIGINT)
|
if (signal == SIGINT)
|
||||||
std::quick_exit(SIGINT);
|
quick_exit(SIGINT);
|
||||||
}
|
}
|
||||||
|
|
||||||
ScreenInteractive::ScreenInteractive(int dimx,
|
ScreenInteractive::ScreenInteractive(int dimx,
|
||||||
|
Loading…
Reference in New Issue
Block a user