missing header

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4428 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-06-19 03:54:18 +00:00
parent 0c5c06c8c4
commit 5e833ae4e3
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-06-19 John Levon <moz@compsoc.man.ac.uk>
* Toolbar.C: add missing header
2002-06-19 John Levon <moz@compsoc.man.ac.uk>
* WorkArea.h: remove unused method width()

View File

@ -13,6 +13,7 @@
#endif
#include "Toolbar.h"
#include "ToolbarDefaults.h"
#include "Toolbar_pimpl.h"
#include "debug.h"
#include "LyXAction.h"