using std::vector noticed by Herbert

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5653 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-11-17 08:40:04 +00:00
parent 0d5b17b058
commit 91ee3ce85f

View File

@ -45,6 +45,8 @@
#include <qcombobox.h>
#include <qlistbox.h>
using std::vector;
typedef Qt2CB<ControlPrefs, Qt2DB<QPrefsDialog> > base_class;