Apparently <execinfo.h> doesn't exist for mingw.

This commit is contained in:
John Maguire 2012-01-17 20:57:56 -08:00
parent ab58c72c66
commit 4f6ee57297
1 changed files with 2 additions and 0 deletions

View File

@ -19,7 +19,9 @@
// compatible.
#include <cxxabi.h>
#ifdef Q_OS_UNIX
#include <execinfo.h>
#endif
#include <QCoreApplication>
#include <QDateTime>