Skip to content
Snippets Groups Projects
Commit ceb6f85c authored by Nicolas Werner's avatar Nicolas Werner
Browse files

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

parent 79f967da
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@
#if defined(Q_OS_LINUX)
#include <boost/stacktrace.hpp>
#include <signal.h>
#include <csignal>
#ifdef QML_DEBUGGING
#include <QQmlDebuggingEnabler>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment