From ceb6f85ccb0159add14d0626d15ca772a5cbc6ad Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 15 Dec 2019 03:51:33 +0100 Subject: [PATCH] Actually include header that provides std::signal instead of signal --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -#include +#include #ifdef QML_DEBUGGING #include