From b6546d8a939cd483ec1d16bf1492ad08b2f71c55 Mon Sep 17 00:00:00 2001 From: Martin Vermeer Date: Mon, 27 Aug 2007 08:36:18 +0000 Subject: [PATCH] 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 --- src/TextClass.h | 1 + src/tex2lyx/Makefile.am | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/TextClass.h b/src/TextClass.h index c32d6e1523..83436e35fd 100644 --- a/src/TextClass.h +++ b/src/TextClass.h @@ -10,6 +10,7 @@ #ifndef LYXTEXTCLASS_H #define LYXTEXTCLASS_H +#include "Color.h" #include "Layout.h" #include "lyxlayout_ptr_fwd.h" diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index a245a8bc1f..5329a5701e 100644 --- a/src/tex2lyx/Makefile.am +++ b/src/tex2lyx/Makefile.am @@ -36,7 +36,9 @@ LINKED_FILES = \ ../Layout.cpp \ ../TextClass.cpp \ ../TextClass.h \ - ../Lexer.cpp + ../Lexer.cpp \ + ../Color.cpp \ + ../Color.h BUILT_SOURCES = $(PCH_FILE) -- 2.39.2