We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2210ec commit cb474fdCopy full SHA for cb474fd
src/main.cpp
@@ -12,11 +12,12 @@
12
#include <QTextStream>
13
#include <QSessionManager>
14
15
+#include <sys/stat.h>
16
+#include <sys/time.h>
17
+
18
#ifndef NO_CRASH_HANDLER
19
#include "crash/airbag.h"
20
#include "crash/stacktrace.h"
-#include <sys/stat.h>
-#include <sys/time.h>
21
22
#include <utils/CrashReportSender.h>
23
0 commit comments