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:
Bo Peng 2007-10-21 01:26:32 +00:00
parent 1a77c867a2
commit 1abe2423a0
2 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@ src_header_files = Split('''
Bullet.h
Changes.h
Chktex.h
CmdDef.h
Color.h
Converter.h
ConverterCache.h
@ -154,6 +155,7 @@ src_pre_files = Split('''
Bullet.cpp
Changes.cpp
Chktex.cpp
CmdDef.cpp
Color.cpp
Converter.cpp
ConverterCache.cpp

View File

@ -20,6 +20,7 @@
#include <vector>
#include <deque>
#include <map>
namespace lyx {