mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Actually include header that provides std::signal instead of signal
This commit is contained in:
parent
79f967da8c
commit
ceb6f85ccb
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
#if defined(Q_OS_LINUX)
|
||||
#include <boost/stacktrace.hpp>
|
||||
#include <signal.h>
|
||||
#include <csignal>
|
||||
|
||||
#ifdef QML_DEBUGGING
|
||||
#include <QQmlDebuggingEnabler>
|
||||
|
|
Loading…
Reference in a new issue