]> git.sesse.net Git - vlc/commitdiff
Qt: missing assert include.
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 30 Dec 2008 12:16:50 +0000 (13:16 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 30 Dec 2008 12:19:35 +0000 (13:19 +0100)
modules/gui/qt4/dialogs/help.cpp

index 6b3a782eea0e406bfdfd890113671abfafaf4d2a..2f876be51851d88b3f6f6669188250e525a52a78 100644 (file)
@@ -45,6 +45,7 @@
 #include <QFileDialog>
 #include <QDate>
 
+#include <assert.h>
 
 HelpDialog *HelpDialog::instance = NULL;