mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-30 11:04:57 +01:00
Apparently <execinfo.h> doesn't exist for mingw.
This commit is contained in:
parent
ab58c72c66
commit
4f6ee57297
@ -19,7 +19,9 @@
|
|||||||
// compatible.
|
// compatible.
|
||||||
|
|
||||||
#include <cxxabi.h>
|
#include <cxxabi.h>
|
||||||
|
#ifdef Q_OS_UNIX
|
||||||
#include <execinfo.h>
|
#include <execinfo.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
#include <QDateTime>
|
#include <QDateTime>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user