[vlc-devel] commit: Qt: missing assert include. (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Dec 30 13:21:13 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Dec 30 13:16:50 2008 +0100| [fa3433dda4d89c8befacba9fb3cfffc5ab6990de] | committer: Jean-Baptiste Kempf 

Qt: missing assert include.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fa3433dda4d89c8befacba9fb3cfffc5ab6990de
---

 modules/gui/qt4/dialogs/help.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/dialogs/help.cpp b/modules/gui/qt4/dialogs/help.cpp
index 6b3a782..2f876be 100644
--- a/modules/gui/qt4/dialogs/help.cpp
+++ b/modules/gui/qt4/dialogs/help.cpp
@@ -45,6 +45,7 @@
 #include <QFileDialog>
 #include <QDate>
 
+#include <assert.h>
 
 HelpDialog *HelpDialog::instance = NULL;
 




More information about the vlc-devel mailing list