Skip to content

Commit cb474fd

Browse files
authored
Fix NO_CRASH_HANDLER issue
1 parent f2210ec commit cb474fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
#include <QTextStream>
1313
#include <QSessionManager>
1414

15+
#include <sys/stat.h>
16+
#include <sys/time.h>
17+
1518
#ifndef NO_CRASH_HANDLER
1619
#include "crash/airbag.h"
1720
#include "crash/stacktrace.h"
18-
#include <sys/stat.h>
19-
#include <sys/time.h>
2021

2122
#include <utils/CrashReportSender.h>
2223

0 commit comments

Comments
 (0)