Include config.h in the cc file (after rebase)
This commit is contained in:
parent
26d5749396
commit
dea5d0a0fe
|
@ -18,6 +18,10 @@
|
|||
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "devicewidget.h"
|
||||
#include "channelwidget.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue