changeset 36857:e8d545fe74ac

Add missing #include.
author ib
date Fri, 28 Feb 2014 13:30:06 +0000
parents 3fa865bd3157
children bb067298265a
files gui/app/gui.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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"