Compile fix after bg color patch, thx Bo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19826 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2007-08-27 08:36:18 +00:00
parent 9484768959
commit b6546d8a93
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,7 @@
#ifndef LYXTEXTCLASS_H
#define LYXTEXTCLASS_H
#include "Color.h"
#include "Layout.h"
#include "lyxlayout_ptr_fwd.h"

View File

@ -36,7 +36,9 @@ LINKED_FILES = \
../Layout.cpp \
../TextClass.cpp \
../TextClass.h \
../Lexer.cpp
../Lexer.cpp \
../Color.cpp \
../Color.h
BUILT_SOURCES = $(PCH_FILE)