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