Actually include header that provides std::signal instead of signal
This commit is contained in:
parent
79f967da8c
commit
ceb6f85ccb
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
#if defined(Q_OS_LINUX)
|
#if defined(Q_OS_LINUX)
|
||||||
#include <boost/stacktrace.hpp>
|
#include <boost/stacktrace.hpp>
|
||||||
#include <signal.h>
|
#include <csignal>
|
||||||
|
|
||||||
#ifdef QML_DEBUGGING
|
#ifdef QML_DEBUGGING
|
||||||
#include <QQmlDebuggingEnabler>
|
#include <QQmlDebuggingEnabler>
|
||||||
|
Loading…
Reference in New Issue
Block a user