mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
Fix scons and CmdDef.h for the introduction of CmdDef.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21094 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1a77c867a2
commit
1abe2423a0
@ -41,6 +41,7 @@ src_header_files = Split('''
|
|||||||
Bullet.h
|
Bullet.h
|
||||||
Changes.h
|
Changes.h
|
||||||
Chktex.h
|
Chktex.h
|
||||||
|
CmdDef.h
|
||||||
Color.h
|
Color.h
|
||||||
Converter.h
|
Converter.h
|
||||||
ConverterCache.h
|
ConverterCache.h
|
||||||
@ -154,6 +155,7 @@ src_pre_files = Split('''
|
|||||||
Bullet.cpp
|
Bullet.cpp
|
||||||
Changes.cpp
|
Changes.cpp
|
||||||
Chktex.cpp
|
Chktex.cpp
|
||||||
|
CmdDef.cpp
|
||||||
Color.cpp
|
Color.cpp
|
||||||
Converter.cpp
|
Converter.cpp
|
||||||
ConverterCache.cpp
|
ConverterCache.cpp
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <deque>
|
#include <deque>
|
||||||
|
#include <map>
|
||||||
|
|
||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
Loading…
Reference in New Issue
Block a user