compil fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19505 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-08-13 15:36:29 +00:00
parent 1a0f7da043
commit 6fd5763db0

View File

@ -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 <config.h>
#include "TexStream.h"
#include "TexRow.h"
@ -105,3 +115,4 @@ int main(int argc, char *argv[])
#endif
}