1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

* Fixed building without breakpad. Thanks to Dinar Valeev.

This commit is contained in:
Christian Muehlhaeuser 2013-06-05 09:15:39 +02:00
parent d6ae691edc
commit 875d9f4d8f

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