Actually include header that provides std::signal instead of signal

This commit is contained in:
Nicolas Werner 2019-12-15 03:51:33 +01:00
parent 79f967da8c
commit ceb6f85ccb
1 changed files with 1 additions and 1 deletions

View File

@ -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>