mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-25 15:28:09 +08:00
Fix compilation errors in clang.
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user