[vlc-devel] commit: Qt4: forgotten include. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Dec 19 16:28:52 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Dec 19 16:27:41 2008 +0100| [0ad86aca86fc1f2409d1b4bcb23bfbf9278d389a] | committer: Jean-Baptiste Kempf
Qt4: forgotten include.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ad86aca86fc1f2409d1b4bcb23bfbf9278d389a
---
modules/gui/qt4/components/controller.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index 41c8646..d346fc0 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -29,6 +29,7 @@
#endif
#include <vlc_vout.h>
+#include <vlc_keys.h>
#include "dialogs_provider.hpp"
#include "components/interface_widgets.hpp"
More information about the vlc-devel
mailing list