mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
LayoutModuleList: - make LyX compile
- fix SCons after r28575 - set EOL to native @ Richard: For new files please always set the EOL flag to native. If possible it would be nice if you can also update SCons manifest file. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28576 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c67c0da43d
commit
2bab705f62
@ -182,6 +182,7 @@ src_pre_files = Split('''
|
||||
Language.cpp
|
||||
Layout.cpp
|
||||
LayoutFile.cpp
|
||||
LayoutModuleList.cpp
|
||||
Length.cpp
|
||||
Lexer.cpp
|
||||
LyX.cpp
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include "ModuleList.h"
|
||||
|
||||
#include "support/debug.h"
|
||||
#include "support/lyxalgo.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user