1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 07:52:30 +02:00

* Backported breakpad building fix.

This commit is contained in:
Christian Muehlhaeuser 2013-06-05 09:17:48 +02:00
parent 072a2e8d78
commit 588b9898dd

View File

@ -34,7 +34,9 @@
#ifndef ENABLE_HEADLESS
#include "TomahawkSettingsGui.h"
#include "breakpad/BreakPad.h"
#ifdef WITH_BREAKPAD
#include "breakpad/BreakPad.h"
#endif
#endif