Include config.h in minimalstreamwidget.h
This commit is contained in:
parent
1c73564f66
commit
11989db61a
|
@ -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…
Reference in New Issue