diff gui/app/gui.h @ 36857:e8d545fe74ac

Add missing #include.
author ib
date Fri, 28 Feb 2014 13:30:06 +0000
parents 28ea255e40ce
children bb067298265a
line wrap: on
line diff
--- a/gui/app/gui.h	Wed Feb 26 22:02:06 2014 +0000
+++ b/gui/app/gui.h	Fri Feb 28 13:30:06 2014 +0000
@@ -24,6 +24,8 @@
 #ifndef MPLAYER_GUI_GUI_H
 #define MPLAYER_GUI_GUI_H
 
+#include "stream/stream.h"
+
 /// Name of the program the GUI utilizes
 #define MPlayer "MPlayer"