From 6fd5763db06849ffb7451bb23420b92b5421f78d Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 13 Aug 2007 15:36:29 +0000 Subject: [PATCH] compil fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19505 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/TexStream.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/TexStream.cpp b/src/TexStream.cpp index 557833dabe..9f2fa6d1d1 100644 --- a/src/TexStream.cpp +++ b/src/TexStream.cpp @@ -1,3 +1,13 @@ +/** + * \file TexStream.cpp + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * Full author contact details are available in file CREDITS. + */ + +#include + #include "TexStream.h" #include "TexRow.h" @@ -105,3 +115,4 @@ int main(int argc, char *argv[]) #endif } + -- 2.39.2