summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kbounce/game.h2
-rw-r--r--kbounce/main.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/kbounce/game.h b/kbounce/game.h
index 967197eb..cb7fd66d 100644
--- a/kbounce/game.h
+++ b/kbounce/game.h
@@ -23,6 +23,8 @@
#include <tqcanvas.h>
#include <tqmemarray.h>
+#include "../config.h"
+
#if HAVE_ARTS
#include <arts/soundserver.h>
diff --git a/kbounce/main.cpp b/kbounce/main.cpp
index 6d11bf84..b5363505 100644
--- a/kbounce/main.cpp
+++ b/kbounce/main.cpp
@@ -20,6 +20,8 @@
#include <kcmdlineargs.h>
#include <kaboutdata.h>
+#include "../config.h"
+
#if HAVE_ARTS
#include <arts/dispatcher.h>
#endif