# HG changeset patch # User ib # Date 1393594206 0 # Node ID e8d545fe74ac5a0ed6f7010874f7f2b403c71ab0 # Parent 3fa865bd3157e086de092629a4bac1c87c43c5f9 Add missing #include. diff -r 3fa865bd3157 -r e8d545fe74ac gui/app/gui.h --- 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"