From 11989db61a662b8bb42bd2b649e50dd29f7814e8 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 15 Mar 2009 12:54:07 +0000 Subject: Include config.h in minimalstreamwidget.h --- src/minimalstreamwidget.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/minimalstreamwidget.h b/src/minimalstreamwidget.h index 81fd44c..c2f5b72 100644 --- a/src/minimalstreamwidget.h +++ b/src/minimalstreamwidget.h @@ -21,6 +21,10 @@ #ifndef minimalstreamwidget_h #define minimalstreamwidget_h +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include -- cgit