* src/frontends/qt4/qt_helpers.h: add #include <boost/assert.hpp>

because gcc 3.3.5pre (SUSE Linux 9.3) fails otherwise


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16140 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-12-02 21:25:24 +00:00
parent 2e4e48a402
commit f099bf461e

View File

@ -20,6 +20,7 @@
#include <vector>
#include <utility>
#include <boost/assert.hpp>
class QComboBox;
class QLineEdit;