From 588b9898dd1786f6f00f8a48111a679f001c7a47 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 5 Jun 2013 09:17:48 +0200 Subject: [PATCH] * Backported breakpad building fix. --- src/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 31a4eb5f5..dd61a0e26 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,7 +34,9 @@ #ifndef ENABLE_HEADLESS #include "TomahawkSettingsGui.h" - #include "breakpad/BreakPad.h" + #ifdef WITH_BREAKPAD + #include "breakpad/BreakPad.h" + #endif #endif