From 787c8d6168852df3a07572f9117797534338f043 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 29 Oct 2012 18:58:25 -0500 Subject: Fix "HAVE_ARTS" is not defined warning messages. Patch found in KDE bug report 118224 - No in game sounds. (cherry picked from commit 756f3ebf21133d298ece3e8f1f52029ee40b5252) --- kbounce/game.h | 2 ++ kbounce/main.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kbounce/game.h b/kbounce/game.h index 7cdd1c39..ce277475 100644 --- a/kbounce/game.h +++ b/kbounce/game.h @@ -23,6 +23,8 @@ #include #include +#include "../config.h" + #if HAVE_ARTS #include diff --git a/kbounce/main.cpp b/kbounce/main.cpp index 41ed3a7b..45ef345a 100644 --- a/kbounce/main.cpp +++ b/kbounce/main.cpp @@ -20,6 +20,8 @@ #include #include +#include "../config.h" + #if HAVE_ARTS #include #endif -- cgit v1.2.1