mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
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:
parent
53503ca01c
commit
ac3c2b1485
@ -35,6 +35,7 @@
|
|||||||
#include "funcrequest.h"
|
#include "funcrequest.h"
|
||||||
#include "author.h"
|
#include "author.h"
|
||||||
|
|
||||||
|
#include "support/lstrings.h"
|
||||||
#include "support/lyxfunctional.h"
|
#include "support/lyxfunctional.h"
|
||||||
#include "support/lyxmanip.h"
|
#include "support/lyxmanip.h"
|
||||||
#include "support/tostr.h"
|
#include "support/tostr.h"
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
#include "format.h"
|
#include "format.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "lyx_forms.h"
|
#include "lyx_forms.h"
|
||||||
|
#include "support/lstrings.h"
|
||||||
|
|
||||||
using std::vector;
|
using std::vector;
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
#include "format.h"
|
#include "format.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "support/LAssert.h"
|
#include "support/LAssert.h"
|
||||||
|
#include "support/lstrings.h"
|
||||||
#include "support/lyxfunctional.h" // compare_memfun
|
#include "support/lyxfunctional.h" // compare_memfun
|
||||||
|
|
||||||
#include "lyx_forms.h"
|
#include "lyx_forms.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user