compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20600 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-09-29 21:06:50 +00:00
parent 83cf9ed0a9
commit ca304dea84
3 changed files with 7 additions and 3 deletions

View File

@ -10,10 +10,12 @@
#include <config.h>
#include <iostream>
#include "Context.h"
#include "Layout.h"
#include "support/lstrings.h"
#include "Context.h"
#include <iostream>
namespace lyx {
@ -25,7 +27,7 @@ using std::string;
namespace {
void begin_layout(ostream & os, LayoutPtr layout, TeXFont const & font,
void begin_layout(ostream & os, LayoutPtr const & layout, TeXFont const & font,
TeXFont const & normalfont)
{
os << "\n\\begin_layout " << to_utf8(layout->name()) << "\n";

View File

@ -17,6 +17,7 @@
#include "debug.h"
#include "TextClass.h"
#include "Layout.h"
#include "support/convert.h"
#include "support/filetools.h"

View File

@ -15,6 +15,7 @@
#include "tex2lyx.h"
#include "Context.h"
#include "Layout.h"
#include "FloatList.h"
#include "lengthcommon.h"
#include "support/lstrings.h"