Compiliation fixes; missing headers.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7030 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-05-23 14:33:01 +00:00
parent 53503ca01c
commit ac3c2b1485
3 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include "funcrequest.h"
#include "author.h"
#include "support/lstrings.h"
#include "support/lyxfunctional.h"
#include "support/lyxmanip.h"
#include "support/tostr.h"

View File

@ -20,6 +20,7 @@
#include "format.h"
#include "gettext.h"
#include "lyx_forms.h"
#include "support/lstrings.h"
using std::vector;

View File

@ -16,6 +16,7 @@
#include "format.h"
#include "debug.h"
#include "support/LAssert.h"
#include "support/lstrings.h"
#include "support/lyxfunctional.h" // compare_memfun
#include "lyx_forms.h"