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:
Uwe Stöhr 2009-02-21 21:04:27 +00:00
parent c67c0da43d
commit 2bab705f62
2 changed files with 2 additions and 0 deletions

View File

@ -182,6 +182,7 @@ src_pre_files = Split('''
Language.cpp
Layout.cpp
LayoutFile.cpp
LayoutModuleList.cpp
Length.cpp
Lexer.cpp
LyX.cpp

View File

@ -17,6 +17,7 @@
#include "ModuleList.h"
#include "support/debug.h"
#include "support/lyxalgo.h"
#include <string>
#include <vector>