summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-12-15 03:51:33 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2019-12-15 03:51:33 +0100
commitceb6f85ccb0159add14d0626d15ca772a5cbc6ad (patch)
treeab2f6cf71f7e45e3ac4e420d0a59405a14b41d18 /src
parentReduce Cache.h includes further via one forward declaration (diff)
downloadnheko-ceb6f85ccb0159add14d0626d15ca772a5cbc6ad.tar.xz
Actually include header that provides std::signal instead of signal
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp

index 87bef75b..ec96f0ec 100644 --- a/src/main.cpp +++ b/src/main.cpp
@@ -45,7 +45,7 @@ #if defined(Q_OS_LINUX) #include <boost/stacktrace.hpp> -#include <signal.h> +#include <csignal> #ifdef QML_DEBUGGING #include <QQmlDebuggingEnabler>