From c6b73de3084f7996e5060872662de12e3ebbd544 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 18 Mar 2009 20:58:17 +0000 Subject: Move config.h inclusion to the .cc files --- src/mainwindow.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainwindow.cc') diff --git a/src/mainwindow.cc b/src/mainwindow.cc index c6451af..3cfecc3 100644 --- a/src/mainwindow.cc +++ b/src/mainwindow.cc @@ -18,6 +18,10 @@ along with pavucontrol. If not, see . ***/ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "mainwindow.h" #include "cardwidget.h" -- cgit