1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-23 22:25:11 +02:00

* Fixed building without breakpad. Thanks to Dinar Valeev.

This commit is contained in:
Christian Muehlhaeuser
2013-06-05 09:15:39 +02:00
committed by Michael Zanetti
parent 9a2594c644
commit 8c0b982852

View File

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