mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2026-05-09 03:38:04 +02:00
Include config.h in minimalstreamwidget.h
This commit is contained in:
parent
1c73564f66
commit
11989db61a
1 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,10 @@
|
|||
#ifndef minimalstreamwidget_h
|
||||
#define minimalstreamwidget_h
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include <libglademm.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue