Georg's compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8433 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Alfredo Braunstein 2004-02-15 20:05:17 +00:00
parent 02291d14f1
commit 609f8b8607
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-02-15 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* Spacing.C: compile fix
2004-02-13 Alfredo Braunstein <abraunst@lyx.org> 2004-02-13 Alfredo Braunstein <abraunst@lyx.org>
* cursor.C (dispatch): restore current_ before returning * cursor.C (dispatch): restore current_ before returning

View File

@ -10,6 +10,7 @@
*/ */
#include <config.h> #include <config.h>
#include <string>
#include "Spacing.h" #include "Spacing.h"